Scott, Can you point me to an example of how to Serialize/Deserialize a Vetor of Objects and send/receive them.
Thanks, Indrasish. Scott Nichol wrote: > Niclas, > > Have you written and executed code that is giving you an error, or are you > just raising the issue based on reading code? Chris is quite correct about > serialization, and that should work just fine. I am concerned about > de-serialization, though, since it appears you will get back a Hashtable, > which is not compatible with, e.g., a HashMap as a method parameter. So, if > you are getting an error executing code, please post it to this list or > Bugzilla so we can have a look at it. > > Thanks. > > Scott Nichol > > ----- Original Message ----- > From: "Chris Francis" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 01, 2002 07:43 > Subject: RE: Confusing issue on Maps > > > Not quite, if the type is a Map then a new > > Hashtable is created with the maps contents. > > This hashtable is then serialized. > > At least this is what happened in 2.2. > > > > -----Original Message----- > > From: Niclas Hedhman [mailto:[EMAIL PROTECTED]] > > Sent: 01 July 2002 06:21 > > To: [EMAIL PROTECTED] > > Subject: Confusing issue on Maps > > > > > > > > I'm pretty new on SOAP, but now I have a need; > > > > If I read > > http://xml.apache.org/soap/releases.html#v2.2 > > it says; > > > > "Added support for serializing/deserializing java.util.Maps." > > > > If I download > > http://xml.apache.org/dist/soap/version-2.3.1/soap-src-2.3.1.tar.gz > > and look at the file > > > > soap-2_3_1/src/org/apache/soap/encoding/soapenc/MapSerializer.java > > > > it delegates to HashtableSerializer.java > > > > which checks if the type is java.util.Hashtable > > > > > > SO, Is it supported or not?? > > > > If it is, then what am I supposed to do to get it to work? > > > > If it is not, then what is the claim in the documentation all about then? > > > > Niclas > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>