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 [EMAIL PROTECTED] 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).