That worked. Sorry, I'm new to this open source stuff. Along with using CommonsHTTPSender, it now even works with ibm's 1.3.1 jdk. Problem solved. Thank you!
Given that this is a beta version, how comfortable should I be running this in production? -----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 11:11 AM To: [EMAIL PROTECTED] Subject: Re: axis and ibm's 1.3.1 jdk... Can you please try a nightly? (http://cvs.apache.org/dist/axis/nightly/) -- dims On Tue, 29 Jun 2004 10:59:38 -0400, Cervi, Anthony (PCLN-NW) <[EMAIL PROTECTED]> wrote: > > i've upgraded to axis 1.2 beta so that i could use the CommonsHTTPSender. i've > recompiled the soap client from the wsdl but now i'm receiving this error when > invoking the web service. any ideas? thanks. > > Jun 29, 2004 10:49:33 AM org.apache.axis.encoding.DeserializationContextImpl > getDeserializerForClass > SEVERE: No deserializer for java.lang.Double > Jun 29, 2004 10:49:33 AM org.apache.axis.client.Call invoke > SEVERE: Exception: > org.xml.sax.SAXException: No deserializer for > {http://schemas.xmlsoap.org/soap/encoding/}double > at > org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.java:257) > at > org.apache.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:1001) > at > org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:159) > at > org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1050) > at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:196) > at org.apache.axis.message.RPCElement.getParams(RPCElement.java:310) > at org.apache.axis.client.Call.invoke(Call.java:2381) > at org.apache.axis.client.Call.invoke(Call.java:2280) > at org.apache.axis.client.Call.invoke(Call.java:1741) > at > net.mappoint.s.mappoint_30.FindServiceSoapStub.findAddress(FindServiceSoapStub.java:1173) > at com.priceline.mappoint.soapclient.TestGeocode.main(TestGeocode.java:61) > > > > -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Monday, June 28, 2004 11:55 AM > To: [EMAIL PROTECTED] > Subject: Re: axis and ibm's 1.3.1 jdk... > > use CommonsHTTPSender instead of their a custom http sender class > (search mailing list / wiki for info on how to do this) > > -- dims > > On Mon, 28 Jun 2004 11:25:13 -0400, Cervi, Anthony (PCLN-NW) > <[EMAIL PROTECTED]> wrote: > > > > > > i've successfully used axis to build a client for microsoft's mappoint .net web > > service using sun's 1.4.2 jdk. my company has standardized on ibm's 1.31. jdk so > > i was forced to recompile. now i am getting an error when communicating with the > > mappoint service. > > > > here's the error: ";nested exception is: java.net.ProtocolException: Server > > redirected too many times (20)". > > > > i followed instructions from the mappoint website that detailed using axis with > > mappoint. it required that i build a custom http sender class derived from > > basichandler to provide authentication required by mappoint. the article is: > > http://www.devx.com/mappoint/Article/20419 > > > > i hope someone can shed some light on this for me. i'm a new java developer > > moving from the microsoft c++/com world and this is my first project. > > > > thanks. > > > > > > -- > Davanum Srinivas - http://webservices.apache.org/~dims/ > -- Davanum Srinivas - http://webservices.apache.org/~dims/
