User Guide

868 Chapter 6: Components Dictionary
WebServiceConnector.multipleSimultaneousAllowed
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.multipleSimultaneousAllowed
Description
Property; indicates whether multiple calls can (true) or cannot (false) take place at the same
time. If this property is
false, the WebServiceConnector.trigger() method performs a call if
another call is already in progress. A
status event is emitted, with the code
CallAlreadyInProgress. If this property is true, the call takes place.
When multiple calls are simultaneously in progress, there is no guarantee that they will complete
in the order in which they were triggered. Also, the browser and/or operating system may place
limits on the number of simultaneous network operations. The most likely limit you may
encounter is the browser enforcing a maximum number of URLs that can be downloaded
simultaneously. This is something that is often configurable in a browser. However, even in this
case, the browser should queue streams, and this should not interfere with the expected behavior
of the Flash application.
Example
The following example enables multiple simultaneous calls to myXmlUrl to take place:
myXmlUrl.multipleSimultaneousAllowed = true;
WebServiceConnector.operation
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.operation;
Description
Property; the name of an operation that appears within the SOAP port in a WSDL file.