RE: How do you retrieve complex Java objects from a non-Java client.

2001-07-23 Thread Hansen, Richard
write deserializers or extract what you want from the raw XML. Check the MS toolkit docs on this. Rick Hansen > -Original Message- > From: Michael J. Hudson [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 23, 2001 2:18 PM > To: [EMAIL PROTECTED] > Subject: Re: How do you retrieve compl

Re: How do you retrieve complex Java objects from a non-Java client.

2001-07-23 Thread Michael J. Hudson
I understand that everything is transported as an XML document. What I'm asking is this... The serializer (in this case the Java Bean Serializer) is choosing a format to describe the Java object in XML text. Is this format standard?? I'm assuming that there really is no standard way of rep

RE: How do you retrieve complex Java objects from a non-Java client.

2001-07-23 Thread Hansen, Richard
There are no Java "objects" involved. SOAP messages are transported XML as text. It is totally up to the client to extract the message into whatever kind of data structure is appropriate. Check the MS Soap Toolkit on how to handle complex types. Rick Hansen > -Original Message- > From: