Re: get real XML message of Call instance

2002-02-28 Thread Tim Wei
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

RE: get real XML message of Call instance

2002-02-06 Thread William Brogden
> -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

Re: get real XML message of Call instance

2002-02-06 Thread Fred Meredith
--- 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