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=14961>. 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=14961 Call.getOutputParameters returns a map with the parameter names as QNames Summary: Call.getOutputParameters returns a map with the parameter names as QNames Product: Axis Version: current (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] According to the specification, call.getOutputParameters should return a map with the parameter names as strings : (http://java.sun.com/webservices/docs/1.0/api/javax/xml/rpc/Call.html#getOutputParams) " getOutputParams public java.util.Map getOutputParams() Returns a Map of {name, value} for the output parameters of the last invoked operation. The parameter names in the returned Map are of type java.lang.String. Returns: Map Output parameters for the last Call.invoke(). Empty Map is returned if there are no output parameters "