Re: SOAP and JAXB....

2001-08-18 Thread RK
objects Serialised . Do you think this should be safe ... Your input would be greatly appreciated. Niraj - Original Message - From: Radek Wisniewski <[EMAIL PROTECTED]> To: Soap Dev <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 3:41 PM Subject: Re: SOAP and JAXB

Re: SOAP and JAXB....

2001-08-15 Thread Radek Wisniewski
What it mean "to conwert mesage to Serializable Java Object"? You need to conwert whole a message or only body contents? Soap message, as XML data as stream object, ist already serializable. I guess, you probably have to pass content of the body as serialisation-capable object to the EJB, if they

RE: SOAP and JAXB....

2001-08-15 Thread graham glass
]]Sent: Wednesday, August 15, 2001 4:28 AMTo: Soap DevSubject: SOAP and JAXB Hi ,   I have a requirement where I receive SOAP Messages and I need to convert this Message to a Serializable Java Object( This java Object will be passed as a value object to an EJB).   I guess the

SOAP and JAXB....

2001-08-15 Thread RK
Hi ,   I have a requirement where I receive SOAP Messages and I need to convert this Message to a Serializable Java Object( This java Object will be passed as a value object to an EJB).   I guess the best way for me to do this is use JAXB but here are my problems   1. JAXB as of now sup