You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ravi Krishnamurthy <ra...@savvion.com> on 2005/08/01 07:06:21 UTC

Could not find deserializer

Hello:
I have been playing with dynamic invocation client of webservices using 
Axis 1.2.1

In the call object, I call addRegisterTypeMapping. Interestingly, if the 
complex type is an output everything works fine. But if the complex type 
is an input, I get the exception below:

org.xml.sax.SAXException: Deserializing parameter 'mapds':  could not 
find deserializer for type {http://bizlogic.webservice.savvion.com}MapEntry

Would appreciate any pointers.

Thanks,
Ravi