Re: XML dump

2001-10-04 Thread k young
I had the same problem but with complex return types. What I ended up doing was extending the org.apache.soap.rpc.Call class and overloading the invoke(url, actionURI) method with some code that captures the soap payload before it was marshalled into the target object. Or if you are dealing with

XML dump

2001-10-04 Thread Pavlovic Petar
I need a little help. I'm fairly new to Java and SOAP. I need this example for my graduate assigment. I'm having trouble to find the right classes and methods for the job. What I need is u chunk of JAVA code (from Apache SOAP toolkit) that will display SOAP message (XML format