Hi,

I get the following exception on the client.  I see the response coming
back on the SOAPMonitor, but the client is unable to deserialize the
message.  Is there something missing on my client side that is making it
difficult for the client to deserialize the object?

This is happening both on Axis 1.1 and axis 1.2.




Exception occured in the invoke getCustomer method 
org.xml.sax.SAXException: Deserializing parameter 'arg2':  could not
find deserializer for type
{urn:com.chordiant.customer.businessClasses}Customer


My wsdd contains the following line along with others of the same kind.

  <typeMapping
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
qname="ns8:Customer"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
type="java:com.chordiant.customer.businessClasses.Customer"
xmlns:ns8="http://businessClasses.customer.chordiant.com"/>

I would appreciate any help.

Thanks

Sagar

Reply via email to