You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Bonatsakis, Nick" <nb...@ebay.com> on 2006/01/10 21:47:25 UTC

SOAP Request Question/Issue

Hello all,

            I am quite new to Axis and am trying to do something very
specific, however cannot find a good way to do it.  I am looking at code
Example 5 from the User Guide folder of Samples and essentially what I
want to do is capture the SOAP message constructed when invoke() is
called on "call" and being passed Java objects, this is all in
Client.java.  In short, as I understand it, once you have your type
mapping setup, you call invoke on a call object, and pass it your java
object.  Axis then breaks down the object, packages it in a SOAP
message, and sends it off.  So, what I want, is to have it package the
objects into the SOAP message, but then return that outgoing request
message as a String, rather than sending it.  Can anyone help me on
finding a good way to do this?  Or any alternatives to achieve the same
goal?

Thanks,

Nick Bonatsakis