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 13:08 ------- Yes, .NET doesn’t have out only params, therefore I don’t know of any way to reproduce this with .NET (otherwise I would have made you a .NET test case). But I have an IIS ASP script that receives an HTTP post, and sends back a fixed response read from a file. You can use it to send back the reply document I attached to this bug. This will simulate the SOAP server and allow you to reproduce the bug. I’ll attach the ASP sever to this bug. Place it in your Inetpub\wwwroot directory of IIS. In the same directory place a file called test.xml that contains the SOAP document you want to use as the response. In your Axis client use the server endpoint of http:\\machinename\test.asp