RE: How to access and use Serializer independently?

2005-10-26 Thread Parikh,Pratik
Hi Paul, I would guess yes. You will have to write a handler for it. Thanks, Parikh, Pratik From: Paul Grillo [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 8:42 AMTo: axis-user@ws.apache.orgSubject: FW: How to access and use Serializer independently? Cant believe that

RE: How to access and use Serializer independently?

2005-10-26 Thread Paul Grillo
AM To: axis-user@ws.apache.org Subject: RE: How to access and use Serializer independently? Hi Paul, I would guess yes. You will have to write a handler for it. Thanks, Parikh, Pratik From: Paul Grillo [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 8:42 AM

RE: How to access and use Serializer independently?

2005-10-26 Thread Uday Kamath
ts;} Hope that gives you some solution -Uday From: Parikh,Pratik [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 9:48 AMTo: axis-user@ws.apache.orgSubject: RE: How to access and use Serializer independently? Hi Paul, I would guess yes. You will have to write a handler for it. Th

RE: How to access and use Serializer independently?

2005-10-26 Thread Parikh,Pratik
, October 26, 2005 9:10 AMTo: axis-user@ws.apache.orgSubject: RE: How to access and use Serializer independently? Thanks for the hint. I am not intending to send this anywhere, it is not created in the context of any message. I know how to get at the XML when running a message through handlers

RE: How to access and use Serializer independently?

2005-10-26 Thread Parikh,Pratik
From: Uday Kamath [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 26, 2005 9:11 AMTo: axis-user@ws.apache.orgSubject: RE: How to access and use Serializer independently? There are many ways, i can tell you how i did it once, the serializable java object which is response of web service

RE: How to access and use Serializer independently?

2005-10-26 Thread Paul Grillo
Subject: RE: How to access and use Serializer independently? There are many ways, i can tell you how i did it once, the serializable java object which is response of web service (wsdl2java generated from 1.2/1.3) can be passed on to XStream (http://xstream.codehaus.org/) as a Java Bean