lastResult:Object [read-only]
Stores last result from last invocation of Method.result event.
Implementation
public function get lastResult():Object
serviceURL:String [read-write]
Indicates service end point (i.e http://orangeflash.eu/xmlrpc.php).
Implementation
public function get serviceURL():String
public function set serviceURL(value:String):void
Example
myClientImpl.serviceURL = "http://mysite.com/xmlrpc/";
public function invoke(methodName:String, ... args):IMethodCall
Invokes method on server.
Parameters
| methodName:String — String, method name.
|
| |
| ... args — Rest, method arguments.
|
Returns
Event object type: eu.orangeflash.webapis.events.XMLRPCEvent
Dispatched when IClient recieves fault from server.
Event object type: eu.orangeflash.webapis.events.XMLRPCEvent
Dispatched when IClient invokes method call.
Event object type: eu.orangeflash.webapis.events.XMLRPCEvent
Dispatched when IClient recieves response from server.