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
function, but to get access to the other return values, you must use functions such as
getOutputParameters()
See also
PendingCall.getOutputParameterByName()
PendingCall.getOutputValue()
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
result
values, you must use functions such as
getOutputValue()
Example
Given the SOAP descriptor file below,
...
<SOAP:Body>
<rpcResponse>
<outParam1 xsi:type="xsd:int">54</outParam1>
<outParam2 xsi:type="xsd:string">Hi there!</outParam2>
<outParam3 xsi:type="xsd:boolean">true</outParam3>
</rpcResponse>
</SOAP:Body>
...
and
getOutputValues()
,
PendingCall.getOutputValues()
callback function, but to get access to the other return
onResult
getOutputValue()
function returns the nth output parameter.
getOutputValue(2)
parameter of the
result
.
,
PendingCall.getOutputParameter()
and
getOutputParameter()
would return
Web service classes (Flash Professional only)
callback
onResult
,
. The
.
true
849
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers