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 2002/11/26 13:35:09 UTC

DO NOT REPLY [Bug 14638] - Axis unwraps document/literal request elements as server method arguments.

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=14638>.
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=14638

Axis unwraps document/literal request elements as server method arguments.





------- Additional Comments From Andre.Kramer@computer.org  2002-11-26 12:35 -------
We discovered that this can be changed using the -W --noWrapped flag to 
wsdl2java. 

This (i.e. wsdl2j -W) should be made the default for document/literal style. 

Especially, as passing individual elements to server requests seems to trigger 
so many bugs (when elements/args are minOccurs="0" or have attributes or 
<choice/> is used).