the elements in Hashtable or Vector must be primitive datatypes(int, String,
...)
----- Original Message -----
From: <jomarcos@ono.com>
To: <xmlrpc-user@ws.apache.org>
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.
>
|