status of mango.xml.rpc

Alberto reda at zioale.it
Sun Feb 18 05:20:51 PST 2007


I can do just an example (from apache xmlrpc)

execute return an object, so I can do something like:

XmlRpcClient client = new XmlRpcClient("....");
Object[] params = new Object[]{new Integer(2), new Integer(3)};
Integer result = (Integer) client.execute("Calculator.add", params);

I think that for many rpc calls this is very useful..


More information about the Digitalmars-d-learn mailing list