Posted By:
Anonymous
Posted On:
Thursday, March 20, 2003 10:39 AM
I've used wsdl2java to generate the proxy cliente and the java file called "{service_name}SoapBindingStub.java" seems to implement the Web Service invoke method. If so, I have the instance of org.apache.axis.client.Call (_call) ready to invoke the Web Service.
How can I get the SOAP message (say, into a file) before calling the invoke method?