could not find deserializer error

2004-05-12 Thread Saritha Bhandarkar
Hi, I am a novice Axis user; so, please bear with me if I am asking a very basic question. I am trying to deploy a service and write a client (not an auto generated stub). It will be great if someone can tell me what this exception means AxisFault faultCode:

Re: could not find deserializer error

2004-05-12 Thread Brian Abbott
This is covered in the Axis Users's Guide. You need to register the your serializers/deserializers both on the Server as well as the client. You do this by adding a line to the WSDD file for the server. And, making a call to "registerTypeMapping" on the Call object for the client. Good Luck,

Re: could not find deserializer error

2004-05-12 Thread John R Meloro
I believe it means that there is no "typeMapping" entry in the deploy.wsdd for ResultsetType. - Original Message - From: Saritha Bhandarkar To: [EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 7:05 PM Subject: could not find deserializer error