248249250251252253254255256257258
WSMethod wsMethod = getWSMethodFromEndpoint(operationName, endpoint); InvocationResult result; try { result = wsMethod.invoke(payload, smooksRequestMapper); } catch (final WiseException e) { if (logger.isDebugEnabled()) {