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=12753>. 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=12753 problem while deserializing output params based on WSDL (3 in params, 2 out params) in the client; org.xml.sax.SAXException: Bad types (double -> class java.lang.String) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2002-09-23 20:35 ------- Rich, PLEASE see the code...Axis needs to parse the WSDL file and fill up the information needed for DII as the client code is as follows: javax.xml.rpc.Service svc = new org.apache.axis.client.Service( "http://localhost:8080/axis/services/EsrTest?WSDL", new javax.xml.namespace.QName("urn:esr.wsdl.test", "EsrTestService") ); Thanks, dims