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. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-09-24 20:21 ------- The special case logic I added to prevent functions like void echo(StringHolder inout) and instead make signatures like String echo (String in) was doing very bad things. Remove it and put the code in a better place that will not affect processing of functions with more than 1 parameter. Added a test case which has .NET WSDL for a large number of in/out/inout and return values, and include the test case noted in the bug for good measure. Chris, if you could verify this with against your server, that would be great!