User Guide
846 Chapter 6: Components Dictionary
Property summary for the PendingCall object
The following table lists properties of the PendingCall class.
Callback summary for the PendingCall object
The following table lists the callbacks of the PendingCall class.
PendingCall.getOutputParameter()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myPendingCall.getOutputParameter(index)
Parameters
index
The zero-based index of the parameter.
Returns
A SOAPParameter object with two properties: value (the output parameter’s ActionScript value)
and
element (the output parameter’s XML value).
PendingCall.getOutputValue() Retrieves the output value according to the specified
index.
PendingCall.getOutputValues() Retrieves an array of all the output values.
Property Description
PendingCall.myCall The SOAPCall operation descriptor for the PendingCall
operation.
PendingCall.request The SOAP request in raw XML format.
PendingCall.response The SOAP response in raw XML format.
Callback Description
PendingCall.onFault Called by Flash Player when a web service method has
failed and returned an error.
PendingCall.onResult Called when a method has succeeded and returned
a result.
Method Description