RE: Axis generated SOAP question.

2002-09-17 Thread Paresh Kapadia
How do you use document/literal encoding, where do you specify it for a particular service. -Original Message- From: Ricky Ho [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 2:07 PM To: [EMAIL PROTECTED] Subject: Re: Axis generated SOAP question. Use document/literal

Re: Axis generated SOAP question.

2002-09-17 Thread Ricky Ho
Use document/literal encoding At 12:56 PM 9/17/2002 -0700, you wrote: >Hi, > >I noticed that the SOAP generated by Axis clients is >different from what I expected. Whenever, the >request/reply messages contain a complexType as a >parameter then the generated SOAP seems to use > and the parameters

RE: Axis generated SOAP question.

2002-09-17 Thread Harish Prabandham
Thanks for the response. Is there a way to prevent client from sending multiRefs? Harish "Ramaswamy, Muthu" <[EMAIL PROTECTED]> wrote: > Set the sendMultiRefs to false in the server-config.wsdd > file. You will get > inline data. > > > > > > > -Original Message- > From: Har

RE: Axis generated SOAP question.

2002-09-17 Thread Ramaswamy, Muthu
Set the sendMultiRefs to false in the server-config.wsdd file. You will get inline data. -Original Message- From: Harish Prabandham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 12:57 PM To: [EMAIL PROTECTED] Subject: Axis generated SOAP question. Hi, I noticed th