WSDL2FormServiceComponent.getConfigurationContextService().getClientConfigContext();
//Create ServiceClient with deafult config context.
ServiceClient client = new ServiceClient(configCtx, null);
OMElement element = env.getBody().getFirstElement();
if (element != null) {
element.detach();
}
Options options = new Options();
options.setTo(new EndpointReference(endpoint.getEndpointURL()));
options.setAction(inMessage.getWSAAction());
options.setSoapVersionURI(env.getNamespace().getNamespaceURI());