-
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 by kishoresource
-
Hi,
THe MethodCallImpl class doesn't encode the type of values if they are within a STRUCT. This was a problem for me, so I've fixed it in my own version (although it could probably check for doubles etc, i only needed ints.
Existing code:
// add value node MemberNode.appendChild(this.createElement("value"));...
2007-01-10 13:17:34 UTC by nobody
-
dopelogik committed patchset 21 of module XMLRPC to the XML-RPC Client for ActionScript CVS repository, changing 1 files.
2005-01-26 22:59:25 UTC by dopelogik
-
dopelogik committed patchset 20 of module XMLRPC to the XML-RPC Client for ActionScript CVS repository, changing 5 files.
2005-01-10 20:45:40 UTC by dopelogik
-
dopelogik committed patchset 19 of module XMLRPC to the XML-RPC Client for ActionScript CVS repository, changing 3 files.
2005-01-10 20:38:47 UTC by dopelogik
-
dopelogik committed patchset 18 of module XMLRPC to the XML-RPC Client for ActionScript CVS repository, changing 3 files.
2005-01-07 22:22:50 UTC by dopelogik
-
dopelogik committed patchset 17 of module XMLRPC to the XML-RPC Client for ActionScript CVS repository, changing 7 files.
2004-12-03 20:58:28 UTC by dopelogik
-
dopelogik committed patchset 16 of module XMLRPC to the XML-RPC Client for ActionScript CVS repository, changing 1 files.
2004-12-03 20:57:37 UTC by dopelogik
-
dopelogik committed patchset 15 of module XMLRPC to the XML-RPC Client for ActionScript CVS repository, changing 5 files.
2004-12-03 20:34:30 UTC by dopelogik
-
dopelogik committed patchset 14 of module XMLRPC to the XML-RPC Client for ActionScript CVS repository, changing 4 files.
2004-12-02 23:18:23 UTC by dopelogik