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

Components language reference
Table of Contents

Advertisement

Description
Function; gets any output parameter as a 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
function, but to get access to the other return values, you must use functions such as
getOutputParameterByName()
.
localName
Example
Given the SOAP descriptor file below,
return a SOAPParameter object with
.
XMLNode
...
<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>
...
See also
PendingCall.getOutputParameter()
PendingCall.getOutputValue()

PendingCall.getOutputParameters()

Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
myPendingCall.getOutputParameters()
Parameters
None.
parameter of the
result
. This function returns the output parameter with the name
getOutputParameterByName("outParam2")
value="Hi there!"
,
PendingCall.getOutputParameters()
,
PendingCall.getOutputValues()
onResult
and
element=the <outParam2>
PendingCall.getOutputParameters()
callback
would
,
1427

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?

This manual is also suitable for:

Flash 8

Table of Contents