RE: Problems with Serializers/Deserializers

2002-06-10 Thread Todd D. Johnson
I've now attached the code. I've also read that this might be a classloader or xml parser issue. Any help would be great. thanks > I am using the following environment > java 1.4 > Tomcat 4.0.3 > Soap 2.3 > > I have written a simple class that implements not only the class functions, > but t

RE: Problems with Serializers/Deserializers

2002-06-10 Thread Todd D. Johnson
-Original Message- From: Henk Schipper [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 10:18 AM To: [EMAIL PROTECTED] Subject: RE: Problems with Serializers/Deserializers Todd, Place than also the definition for the deploiment. We all can have a look. Question: Are you using xerces

RE: Problems with Serializers/Deserializers

2002-06-10 Thread Todd D. Johnson
that xerces is not in my jre ext dir). I attached the code to the bottom of this email. todd -Original Message- From: Henk Schipper [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 10:18 AM To: [EMAIL PROTECTED] Subject: RE: Problems with Serializers/Deserializers Todd, Place than

RE: Problems with Serializers/Deserializers

2002-06-10 Thread Henk Schipper
] Subject: Re: Problems with Serializers/Deserializers Todd, If you can post the code to this list, someone may be able to track down the problem. Scott Nichol - Original Message - From: "Todd D. Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 09

Re: Problems with Serializers/Deserializers

2002-06-10 Thread Scott Nichol
Todd, If you can post the code to this list, someone may be able to track down the problem. Scott Nichol - Original Message - From: "Todd D. Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 09, 2002 8:06 PM Subject: Problems with Serialize

Problems with Serializers/Deserializers

2002-06-09 Thread Todd D. Johnson
I am using the following environment java 1.4 Tomcat 4.0.3 Soap 2.3 I have written a simple class that implements not only the class functions, but the serialization and deserialization as well. I am having problems calling a simple function on the class that returns itse

Re: serializers/deserializers

2002-04-22 Thread Scott Nichol
- Original Message - From: "soap vamsi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 6:52 AM Subject: serializers/deserializers > Why do i need different serializers and deserializers to marshall > and unmarshall a message? &g

serializers/deserializers

2002-04-22 Thread soap vamsi
Why do i need different serializers and deserializers to marshall and unmarshall a message? Why do have to specify the a serializer/deserialzer of my choice when i pass an user created type as a parameter to an rpc? Thanx in advance vamsi _

Re: Serializers/Deserializers

2001-10-27 Thread Scott Nichol
scripts at all. Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 9:25 AM Subject: Re: Serializers/Deserializers > Hi Scott, > Thanks for getting back to me. > I did manage to figure

Re: Serializers/Deserializers

2001-10-26 Thread David Turner
> From: "David Turner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, October 25, 2001 10:25 AM > Subject: Serializers/Deserializers > > > I've been trying to develop my own serializer & deserializer for some > > java classe

Re: Serializers/Deserializers

2001-10-26 Thread Scott Nichol
IL PROTECTED]> Sent: Thursday, October 25, 2001 10:25 AM Subject: Serializers/Deserializers > I've been trying to develop my own serializer & deserializer for some > java classes such as the > java.net.URL class in order to pass URL's to a service method, but the > serv

Re: Serializers/Deserializers

2001-10-26 Thread Scott Nichol
the different class loading schemes used within the container. Scott - Original Message - From: "David Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 10:25 AM Subject: Serializers/Deserializers > I've been trying to develop my

Serializers/Deserializers

2001-10-25 Thread David Turner
l/Deserializer I've attempted to write serializers/deserializers for a simple class also (class contains only Strings) instead of using the BeanSerializer and I still get the above exception. This is a critical issue... Below is the code: De