Pendingcall.getoutputparameter() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Callback summary for the PendingCall object
The following table lists the callbacks of the PendingCall class.
Callback
PendingCall.onFault
PendingCall.onResult

PendingCall.getOutputParameter()

Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
myPendingCall.getOutputParameter(index)
Parameters
The zero-based index of the parameter.
index
Returns
A SOAPParameter object with two properties:
value) and
(the output parameter's XML value).
element
Description
Function; gets an additional output parameter of the SOAPParameter object, which contains
the value and the XML element. SOAP RPC calls may return multiple output parameters.
The first (or only) return value is always delivered in the
callback function, but to get access to the other return values, you must use functions such as
getOutputParameter()
returns the nth output parameter as a SOAPParameter object.
Description
Called by Flash Player when a web service
method has failed and returned an error.
Called when a method has succeeded and
returned a result.
and
getOutputValue()
(the output parameter's ActionScript
value
parameter of the
result
. The
getOutputParameter()
PendingCall.getOutputParameter()
onResult
function
1425

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents