If I try to receive a Vector of int it doesn't run in XmlRpcApplet but it works in XmlRpc library (not an applet). Someone have tried to receive a Vector or a Hashtable in Applet.
> the elements in Hashtable or Vector must be primitive > datatypes(int, String, > ...) > > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 26, 2004 12:47 PM > Subject: Problems with XmlRpcApplet class > > > > Hello, > > > > I'm trying to receive a Hashtable or a Vector in an Applet. I've > seen> that it only works with simple Data types (int, String, ...) > but it > > gives me error when I try to receive a HashTable or a Vector. > > > > If I do the same with Standard XmlRpc application (non an applet) it > > runs, but if I use XmlRpcAplet or SimpleXmlRpc it doesn't run. I > think> it is a bug in XmlRpcApplet class. Anyone with the same > problem? , How > > could I solve it?. > > > > Thanks. > > > > Jose Luis Martinez. > > Murcia - Spain. > > > >
