//factory.createConfigurationContextFromFileSystem("target/test-resources/integrationRepo", null);
ConfigurationContextFactory.createConfigurationContextFromFileSystem(
"itest-resources/integrationRepo", null);
ServiceClient serviceClient = new ServiceClient(configContext, null);
serviceClient.setOptions(options);
OperationClient opClient = serviceClient.createClient(ServiceClient.ANON_OUT_IN_OP);
opClient.addMessageContext(messageContext);
opClient.execute(true);
MessageContext responseMCtx =
opClient.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE);