Returns
A SOAPParameter object with two properties:
(the output parameter's ActionScript
value
value) and
(the output parameter's XML value).
element
Description
Function; gets additional output parameters of the SOAPParameter object, which contains
the values and the XML elements. SOAP RPC calls may return multiple output parameters.
The first (or only) return value is always delivered in the
parameter of the
result
onResult
callback function, but to get access to the other return values, you must use functions such as
and
.
getOutputParameters()
getOutputValues()
See also
,
,
PendingCall.getOutputParameterByName()
PendingCall.getOutputParameter()
,
PendingCall.getOutputValue()
PendingCall.getOutputValues()
PendingCall.getOutputValue()
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
myPendingCall.getOutputValue(var index)
Parameters
The index of an output parameter. The first parameter is index 0.
index
Returns
The nth output parameter.
Description
Function; gets the decoded ActionScript value of an individual output parameter. SOAP RPC
calls may return multiple output parameters. The first (or only) return value is always
delivered in the
parameter of the
callback function, but to get access
result
onResult
to the other return values, you must use functions such as
and
getOutputValue()
. The
function returns the nth output
getOutputParameter()
getOutputValue()
parameter.
1428
Web service classes (Flash Professional only)
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers