Thanks Anne, I have another related question. When I tried Java2WSDL with WRAPPED style, it generates a WSDL file which does not follow WS-I specification (Rules R2110 to R2113) I had a LinkedList as one of the Object type. So my question is does AXIS1.1 support WS-I specification? If not, are there any plans to support in the next version?
TIA __Hari -----Original Message----- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 11:23 AM To: [EMAIL PROTECTED] Subject: Re: AXIS support for RPC literal Axis supports the "wrapped" programming convention. It's document/literal, but is supports an RPC-style programming interface (i.e., automatic marshalling of parameters). Given that many SOAP implementations don't support RPC/literal, my recommendation is that you not use it. Wrapped style offers all the programming convenience of RPC style, plus all the interoperability and validation benefits of document style. Anne At 05:05 PM 3/10/2004, you wrote: >Hi >I am using Axis1.1 and I wanted to know whether AXIS supports RPC >literal? If so are there known limitations / issues? > >TIA >__Hari ~~~~~~~~~~~~~~~~~~ Anne Thomas Manes VP & Research Director Burton Group
