deserializer not found

2003-10-10 Thread Wolfram Ditzer
n an update was made on the destination server. Can't figure out what's wrong. Vikas -Original Message- From: Edwin Litterst [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 9:32 AM To: [EMAIL PROTECTED] Subject: deserializer not found Hi, I am getting the following e

RE: deserializer not found

2003-10-08 Thread Vikas Phonsa
was made on the destination server. Can't figure out what's wrong. Vikas -Original Message- From: Edwin Litterst [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 9:32 AM To: [EMAIL PROTECTED] Subject: deserializer not found Hi, I am getting the following exception from

deserializer not found

2003-10-08 Thread Edwin Litterst
Hi, I am getting the following exception from a call: No deserializer defined for array type {http://namespaces.soaplite.com/perl}DocumentID The returned soap data is: ... member1 ... The corresponding parts of the WSDL: ...

Deserializer not found

2003-10-08 Thread Vikas Phonsa
Hi Guys, I'm using webservices to transfer data to a server (Siebel) and I wrote the client application using Axis. It was working perfectly till 2 days ago when an upgrade was made on the destination server. Data is still being transmitted and SOAP response indicated things are fine but now I'm ge

Re: deserializer not found

2003-07-30 Thread List Man
I forgot to say that the bean mapping goes in your deployment descriptor in the deploy section outside of the service section. Meaning ... On Wednesday 30 July 2003 02:51 pm, List Man wrote: > If you are getting this error on the server side you prob

Re: deserializer not found

2003-07-30 Thread List Man
If you are getting this error on the server side you probably need a bean mapping like so. On Wednesday 30 July 2003 04:42 am, Kareem Ghazal wrote: > Hello,0 > > I'm using the IBM's WSDK which uses axis. I figured out how to set the > serializer/deserializer on the client by getting hold of the

deserializer not found

2003-07-30 Thread Kareem Ghazal
Hello, I'm using the IBM's WSDK which uses axis. I figured out how to set the serializer/deserializer on the client by getting hold of the TypeMappingRegistry and then register the serializer/deserializer for the class I want to send, but now I'm getting this exception:SAXException: Deseria

Re: Deserializer not found

2003-07-22 Thread Davanum Srinivas
eploy the service because I > use the WSDL2WebService tool that comes with IBM's WSDK, however after I > create the service on the client I use the getTypeMappingRegistry() method > to get hold of the registry and register the serializer and deserializer for > the MyTask c

Re: Deserializer not found

2003-07-22 Thread Kareem S. Ghazal
serializer for the MyTask class, however I still get a "Deserializer not found" exception. So how do I set the serializer and deserializer on the server from my client? Thanks Kareem Original Message Follows From: Davanum Srinivas <[EMAIL PROTECTED]> Reply-To: [E

Re: Deserializer not found

2003-07-22 Thread Davanum Srinivas
yes, you need it on both sides. you need to specify it in when deploying the service using beanmapping tags. -- dims --- "Kareem S. Ghazal" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using IBM's WSDK which uses axis. I figured out how to set the > serializer/deserializer by getting hold of th

Deserializer not found

2003-07-22 Thread Kareem S. Ghazal
Hello, I'm using IBM's WSDK which uses axis. I figured out how to set the serializer/deserializer by getting hold of the TypeMappingRegistry and then register the serializer/deserializer for the class I want to send, but now I'm getting another error SAXException: Deserializing parameter 'arg0':

repost (custom deserializer not found)

2002-09-26 Thread Yanick Duchesne
I am very sorry I have to repost this; I am not sure the list received it correctly (or the eventual replies have been processed) since I had not yet confirmed my subscribtion to the list. Sorry again. Anyway, here was my message - any help appreciated...   We are having problems using a cu