binding.setUndefinedEndpointAllowed(false);
Element root = new Element("root", "a", "urn:a");
root.addContent("hello");
Transport transport = getTransportManager()
.getTransport(SoapHttpTransport.SOAP11_HTTP_BINDING);
Client client = new Client(transport, service, "http://localhost:8391/Echo");
OperationInfo op = service.getServiceInfo().getOperation("echo");