Hi,
I wanted to access a xml rpc server running as a standalone:
var rpc:Connection = new ConnectionImpl('127.0.0.1:101');
rpc.onLoad = onPostComplete;
rpc.call('system.listMethods');
But I get the following error:
MethodCallImpl instance created. (v1.0)
getXml()
Render(): Creating the params node.
Render(): Resulting XML document:
Render()...
2009-02-13 12:06:43 UTC in XML-RPC Client for ActionScript