Re: URGENT: Axis client deserialization issue

2004-05-06 Thread Jay D
ath.  - Original Message - From: Jay D To: [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 3:30 AM Subject: URGENT: Axis client deserialization issue Dear Listers,   Environment : Axis 1.0 Client: Windows 2000 Professional Axis used with weblogic 8.1 server for invoking a web service  

Re: URGENT: Axis client deserialization issue

2004-05-05 Thread John R Meloro
 is that you are missing one of the AXIS libraries in your classpath.  - Original Message - From: Jay D To: [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 3:30 AM Subject: URGENT: Axis client deserialization issue Dear Listers,   Environment : Axis 1.0

URGENT: Axis client deserialization issue

2004-05-05 Thread Jay D
Dear Listers,   Environment : Axis 1.0 Client: Windows 2000 Professional Axis used with weblogic 8.1 server for invoking a web service   I am doing a get operations on a webservice. I get an error message that   java.beans.IntrospectionException: java.lang.NoSuchMethodException   Any pointers as t

RE: Serialization/Deserialization issue with Axis 1.1 RC1

2003-02-27 Thread Stephane Lecercle
Hi, forget about my previous mail. It was not a real problem. Regards, Stephane. -Original Message- From: Stephane Lecercle [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 6:22 PM To: '[EMAIL PROTECTED]' Subject: Serialization/Deserialization issue with Axis 1.

Serialization/Deserialization issue with Axis 1.1 RC1

2003-02-26 Thread Stephane Lecercle
Hi everybody, I am using Axis 1.1 RC1, and I have met a strange issue on serializartion/deserialization of custom types (such as a bean). I get the following exception, while invoking a service having a custom bean type : - Exception: org.xml.sax.SAXException: Deserializing parameter 'myMethodRe

RE: Serialization/Deserialization issue with Axis 1.1 RC1

2003-02-26 Thread Stephane Lecercle
ephane Lecercle > Sent: Wednesday, February 26, 2003 6:22 PM > To: '[EMAIL PROTECTED]' > Subject: Serialization/Deserialization issue with Axis 1.1 RC1 > > Hi everybody, > > I am using Axis 1.1 RC1, and I have met a strange issue on > serializartion/deseria

Re: Deserialization issue

2002-02-08 Thread R J Scheuerle Jr
Let me think about this some more. There may be a way to fix this now in the array deserializer. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: Deserialization issue

2002-02-08 Thread R J Scheuerle Jr
MAIL PROTECTED] Subject: Deserialization issue 02/08/2002 11:27

Deserialization issue

2002-02-08 Thread David L. Cole
Hi all, Has anybody noticed an anonymoly occurring as follows: I have the following 2 test classes (simplified here for brevity) public class DataWrapper { private HashMap storage; //Primary object storage private long startTime; //Used to store an arbitrary start time private lon