Don't know about AXIS,
In VTD-XML, you can cut the SOAP body directly
out of the SOAP envelope by a function called getElementFragment()
Try
http://www.ximpleware.com/demo.html
----- Original Message -----
From: "Andy Foster" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, November 10, 2005 8:23 AM
Subject: Invoking serialisation
Hi all,
After invoking the web service call the response stub object is returned
and
populated from the resulting XML.
However, my class needs to return the resulting XML body (ie without soap
envelope) to the caller rather than the generated stubs.
How do I invoke serialisation manually to take my resulting response
object
and get its XML representation to return to my caller.
Regards
Andy Foster