Would somebody please give me the email address that I can
unsubscribe from this user list?
Thanks.
Tim
--- Fred Meredith <[EMAIL PROTECTED]> wrote:
> --- 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
> -Original Message-
> From: Oliver Wulff [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 06, 2002 4:03 AM
> To: [EMAIL PROTECTED]
> Subject: get real XML message of Call instance
>
>
> Hi
>
> I need to get the real XML message which will be gene
--- 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.), SOAPMappingR