Re: serialisation problem.

2003-03-20 Thread Carl Cabou
ne.class, qn)); Try doing this. Regards, Jolly -Original Message- From: Carl Cabou [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 7:59 PM To: [EMAIL PROTECTED] Subject: serialisation problem. Hi all. I'm trying to use a specific class for parameter in a soap call using Axis. I fo

RE: serialisation problem.

2003-03-20 Thread Thomas, Jolly (Cognizant)
eanSerializerFactory(Personne.class, qn), new org.apache.axis.encoding.ser.BeanDeserializerFactory(Personne.class, qn)); Try doing this. Regards, Jolly -Original Message- From: Carl Cabou [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 7:59 PM To: [EMAIL PROTECTED] Subject: serialisati

serialisation problem.

2003-03-19 Thread Carl Cabou
Hi all. I'm trying to use a specific class for parameter in a soap call using Axis. I followed the instruction about how to serialize/deserialize for Axis Soap call (http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.html) I want to use a Vector of objetcs. When I run th