User Guide
SOAPCall class 141
SOAPCall.onFault
Availability
Flash Media Server 2.
Usage
mySOAPCall.onFault(fault)
Parameters
fault The fault parameter is an object version of an XML SOAP Fault (see “SOAPFault
class” on page 142).
Returns
Nothing.
Description
Event handler; invoked when a method has failed and returned an error.
SOAPCall.onResult
Availability
Flash Media Server 2.
Usage
mySOAPCall.onResult(result){}
Parameters
result The decoded ActionScript object returned by the operation (if any). To get the raw
XML returned instead of the decoded result, access the
SOAPCall.response property.
Returns
Nothing.
Description
Event handler; invoked when a method has successfully invoked and returned.