
ADOBE FLASH MEDIA INTERACTIVE SERVER
Server-Side ActionScript Language Reference
95
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
SOAPFault.detail
mySOAPFault.detail
A string indicating the application-specific information associated with the error, such as a stack trace or other infor-
mation returned by the web service engine.
Availability
Flash Media Server 2
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.
Commenti su questo manuale