SOAP already serializes objects to XML. It is a matter of how the clients
get them out of the message.
Rick Hansen
> -----Original Message-----
> From: David Rioux [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 26, 2001 5:12 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Design Help
>
>
> Hi:
>
> We ended up serializing our java objects to XML (Tradia's
> InstantXML is
> helping with this now; our production version used our own
> serialization
> code) so that it could be parsed by a C++ object on the
> client side. I
> suspect this is safer than making a platform-specific (java)
> SOAP service...
>
> // David Rioux
> // [EMAIL PROTECTED]
>
> -----Original Message-----
> From: Khamesra, SandeepX [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 26, 2001 10:44 AM
> To: '[EMAIL PROTECTED]'
> Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
> Subject: Design Help
>
>
> I need to know what could be the best design for the
> following scenerio...
>
>
> I am writing a java service .. It needs to returns a java
> object ..How will
> client written other than in java will understand ?
>
>