Re: Avoid multiRef in SOAP response (make it simple)

2006-04-11 Thread Daniel Destro
Perfect!I used the flag "-u LITERAL" when generating the WSDL and it works.On 4/11/06, Anne Thomas Manes < [EMAIL PROTECTED]> wrote:Don't use SOAP encoding. Use document/literal with the "wrapped" convention instead. (You'll get better performance, too.)AnneOn 4/10/06, Daniel Destro <[EMAIL PROTEC

Re: Avoid multiRef in SOAP response (make it simple)

2006-04-11 Thread Anne Thomas Manes
Don't use SOAP encoding. Use document/literal with the "wrapped" convention instead.(You'll get better performance, too.)AnneOn 4/10/06, Daniel Destro <[EMAIL PROTECTED]> wrote: Hi all,   I was wondering why Axis 1.3 generates a very complicated and verbose SOAP response, including all this multiR

Avoid multiRef in SOAP response (make it simple)

2006-04-10 Thread Daniel Destro
Hi all,   I was wondering why Axis 1.3 generates a very complicated and verbose SOAP response, including all this multiRef tags.   For my service, that has a method that returns a data structre (object), it generates the following SOAP response:   http://schemas.xmlsoap.org/soap/envelope/"  xmlns: