SOAPCall.onFault
Availability
Flash Media Server 2.
Usage
mySOAPCall.onFault(fault)
Parameters
The fault parameter is an object version of an XML SOAP Fault (see
"SOAPFault
fault
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
The decoded ActionScript object returned by the operation (if any). To get the raw
result
XML returned instead of the decoded result, access the
property.
SOAPCall.response
Returns
Nothing.
Description
Event handler; invoked when a method has successfully invoked and returned.
SOAPCall class
141
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?