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/

Reply via email to