User Guide
142 Server-Side ActionScript Language Reference
SOAPCall.request
Availability
Flash Media Server 2.
Usage
mySOAPCall.request
Description
Property; an XML object that represents the current SOAP request.
SOAPCall.response
Availability
Flash Media Server 2.
Usage
mySOAPCall.response
Description
Property; an XML object that represents the most recent SOAP response.
SOAPFault class
Availability
Flash Media Server 2.
The SOAPFault class is the object type of the error object returned to
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.
Property summary for the SOAPFault class
Property Description
SOAPFault.detail A string indicating the application-specific information associated
with the error, such as a stack trace or other info returned by the
web service engine.
SOAPFault.faultactor A string indicating the source of the fault.