I have a Java web service on Axis. The web service takes XML as input adn returns XML(Document over SOAP) as output. The input and output is org.apache.w3c.Element in Java. Can anyone help to provide some input/sample code as to how to formulate the input XML and receive the output XML in
VB.NET?