There is an org.apache.soap.transport.TransportMessage class in soap.jar.
Just add a System.out.println(new String(bytes)); at the end of the constructor. This 
prints the POST HTTP 
request body.

Csilla

Reply via email to