You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/01/20 17:49:10 UTC

DO NOT REPLY [Bug 16192] - array serialization on response introducing an extraneous item element

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16192>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16192

array serialization on response introducing an extraneous item element

tomj@macromedia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From tomj@macromedia.com  2003-01-20 16:49 -------
SOAP encoded arrays have elements in them which can use any name, as the 
element name is not important, only the name of the array is used.

To get what you are looking for, you want to use "document" style, "literal" 
use or a document/literal web service.