See also
PendingCall.getOutputParameterByName()
PendingCall.getOutputParameters()
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
on page
1434.
Example
The following
onResult
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.
1430
Web service classes (Flash Professional only)
,
PendingCall.getOutputValue()
"SOAPCall class (Flash Professional only)"
callback traces the name of the SOAPCall operation.
,
PendingCall.getOutputParameter()
,
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?