
148
SERVER-SIDE ACTIONSCRIPT LANGUAGE REFERENCE FOR ADOBE MEDIA SERVER 5.0.1
Server-Side ActionScript Language Reference
Last updated 7/2/2013
SOAPCall.onResult()
mySOAPCall.onResult(result){}
Invoked when a method has been successfully invoked and returned.
Availability
Flash Media Server 2
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.
SOAPCall.request
mySOAPCall.request
An XML object that represents the current Simple Object Access Protocol (SOAP) request.
Availability
Flash Media Server 2
SOAPCall.response
mySOAPCall.response
An XML object that represents the most recent SOAP response.
Availability
Flash Media Server 2
SOAPFault class
The SOAPFault class is the object type of the error object returned to the WebService.onFault() and
SOAPCall.onFault() functions. This object is returned as the result of a failure and is an ActionScript mapping of
the SOAP Fault XML type.
Availability
Flash Media Server 2
Property summary
Property Description
SOAPFault.detail A string indicating the application-specific information associated with the error, such as a stack trace or
other information returned by the web service engine.
SOAPFault.faultactor A string indicating the source of the fault.
SOAPFault.faultcode A string indicating the short, standard qualified name describing the error.
SOAPFault.faultstring A string indicating the human-readable description of the error.
Komentarze do niniejszej Instrukcji