>XmlRpcClient client = new XmlRpcClient(server_url);
>Vector params = new Vector();
>params.add("params1");
>params.add("params2");
I've had similar problems, try either assigning the paramaters to variables
and then adding those (i.e. String p1 = "params1"; params.add(p1); ) or
params.add(new String("params1"));
>Any help appreciated.
I'm not sure it's right, but it might help. :)
Phil
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx