url = new URL(epUrl);
call.setTo(new EndpointReference(url.toString()));
call.setTransportInfo(Constants.TRANSPORT_HTTP, Constants.TRANSPORT_HTTP, false);
call.setSoapAction(soapAction);
AxisConfiguration axisConfig = new AxisConfigurationImpl();
ConfigurationContext configCtx = new ConfigurationContext(axisConfig);
MessageContext msgCtx = new MessageContext(configCtx);
OperationDescription opDesc = new OperationDescription(new QName(""));
SOAPEnvelope requestEnvilope = util.getEchoSoapEnvelope();
msgCtx.setEnvelope(requestEnvilope);