RE: The Attributes and the UN-wrapper style

2004-09-14 Thread Anne Thomas Manes
: The Attributes and the UN-wrapper style A speculation (I'm not an expert): If you have wrapper someatt=somevalue part1.../part1 part2.../part2 /wrapper being converted to a method call on the server: ServiceClass.someMethod(part1, part2) the attributes are lost. There is no way

RE: The Attributes and the UN-wrapper style

2004-09-14 Thread Anne Thomas Manes
: The Attributes and the UN-wrapper style A speculation (I'm not an expert): If you have wrapper someatt=somevalue part1.../part1 part2.../part2 /wrapper being converted to a method call on the server: ServiceClass.someMethod(part1, part2) the attributes are lost. There is no way

RE: The Attributes and the UN-wrapper style

2004-09-14 Thread Anne Thomas Manes
PROTECTED] Subject: RE: The Attributes and the UN-wrapper style Not that Axis does not support attributes at all it does support it in general. It just does not support it for the wrapper element, which is not really wrong since JAX-RPC spec specifies so. I could fix Axis to support it for this element

RE: The Attributes and the UN-wrapper style

2004-09-14 Thread Anne Thomas Manes
PROTECTED] Subject: RE: The Attributes and the UN-wrapper style Not that Axis does not support attributes at all it does support it in general. It just does not support it for the wrapper element, which is not really wrong since JAX-RPC spec specifies so. I could fix Axis to support it for this element

RE: The Attributes and the UN-wrapper style

2004-09-13 Thread Peter White
10:09 PM To: [EMAIL PROTECTED] Subject: Re: The Attributes and the UN-wrapper style A speculation (I'm not an expert): If you have wrapper someatt=somevalue part1.../part1 part2.../part2 /wrapper being converted to a method call on the server: ServiceClass.someMethod

RE: The Attributes and the UN-wrapper style

2004-09-13 Thread Liu, Scott
, September 13, 2004 6:36 AM To: [EMAIL PROTECTED] Subject: RE: The Attributes and the UN-wrapper style I have actually seen axis support document style (very close to wrapped) attributes in version 1.0 RC1... Here is a document-style encoded WSDL schema Snippet of a Email Add element

The Attributes and the UN-wrapper style

2004-09-10 Thread Liu, Scott
Hi, All, There has been discussion about the wrapper style and the attributes in the past. And Axis does not support wrapper element attributes since JAX-RPC spec says that the wrapper element should not have attributes. I have no problem with it. But I do like people to clarify the following

Re: The Attributes and the UN-wrapper style

2004-09-10 Thread Jeff Greif
:31 PM Subject: The Attributes and the UN-wrapper style Hi, All, There has been discussion about the wrapper style and the attributes in the past. And Axis does not support wrapper element attributes since JAX-RPC spec says that the wrapper element should not have attributes. I have no problem