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=12833>. 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=12833 Axis clients fail to extract the value of output (only) parameters when they are last in the parameter list. ------- Additional Comments From [EMAIL PROTECTED] 2002-09-27 19:00 ------- By the way, there is a workaround for this problem. Turn off wrapped processing in WSDL2Java with the -W switch and everything works. The function signature will look like this: StringTestResponse stringTest(StringTest parameters) And this works as expected.