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
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
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
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.
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
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
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)
MAIL PROTECTED]
Subject: Deserialization issue
02/08/2002 11:27
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