--- I'm assuming you want to do this on the client side?
But anyway, you can call the buildEnvelope method of the Call object to
return an Envelope object.  Then with the Envelope object call the marshall
method and pass it a StringWriter (or whatever, FileWriter, StreamWriter,
etc.), SOAPMappingRegistry, and SOAPContext.  You may have to instantiate
new instances of SOAPMappingRegistry and SOAPContext for this to work.

The XML text can then be read from the *Writer object you passed in the
marshall method.

I need to get the real XML message which will be generated by a Call
instance. Is that possible?

Thanks in advance
Oliver






******************* BITTE BEACHTEN *******************
Diese Nachricht (wie auch allfällige Anhänge dazu) beinhaltet
möglicherweise vertrauliche oder gesetzlich geschützte Daten oder
Informationen. Zum Empfang derselben ist (sind) ausschliesslich die
genannte(n) Person(en) bestimmt. Falls Sie diese Nachricht
irrtümlicherweise erreicht hat, sind Sie höflich gebeten, diese unter
Ausschluss jeder Reproduktion zu zerstören und die absendende Person
umgehend zu benachrichtigen. Vielen Dank für Ihre Hilfe.


Reply via email to