User Guide

1430 Web service classes (Flash Professional only)
See also
PendingCall.getOutputParameterByName(), PendingCall.getOutputParameter(),
PendingCall.getOutputParameters(), PendingCall.getOutputValue()
PendingCall.myCall
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
PendingCall.myCall
Description
Property; the SOAPCall object corresponding to the PendingCall operation. The SOAPCall
object contains information about the web service operation, and provides control over
certain behaviors. For more information, see “SOAPCall class (Flash Professional only)”
on page 1434.
Example
The following onResult callback traces the name of the SOAPCall operation.
callback.onResult = function(result)
{
// Check my operation name.
trace("My operation name is " + this.myCall.name);
}
PendingCall.onFault
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.