Description
A class to call XML-RPC services.
Details
Properties (1)
-
service
-
<attribute name="service" type="string" value="$once{null}" />
public var service : String;
(Required) XML-RPC service URL. The URL must be http.
Methods (1)
-
load()
-
Load the object. If successful, this.proxy is set to an object
with remote APIs.
LZX Synopsis
<class name="
xmlrpc" extends="
rpc
">
<attribute name="
service
" type="
string" value="
$once{null}" />
</class>
JavaScript Synopsis
public
xmlrpc extends
rpc
{
prototype public function
load
();
}