Hi,
I have an ADB client that is working fine, but I would like to get the contents of the soap envelope and store that XML/String somewhere for comparisons later in my app. I'm able to do a round trip to the server and my stub is populated fine with all the elements, but how do I access the returned envelope itself? I've been looking through the docs here but I don't see a method to retrieve this. http://axis.apache.org/axis2/java/core/api/org/apache/axis2/client/Stub. html Thanks, Chris