int l = args.length;
Vector v = new Vector();
for (int i = 0; i < l; i++) {
Object arg = core.processXmlRpcResponse(args[i]);
v.addElement(arg);
}
Object result = client.execute(method, v);
// FIXME: Apache XML-RPC 2.0 seems to return Exceptions instead of