Flash 8 Documentation |
|||
| Components Language Reference > WebServiceConnector component (Flash Professional only) > WebServiceConnector class (Flash Professional only) | |||
Inheritance RPC > WebServiceConnector
ActionScript Class Name mx.data.components.WebServiceConnector
This class allows you to connect to remote web services using ActionScript code instead of component instances on the Stage. To use the WebServiceConnector class, you need to add an instance of the WebServiceConnector component to your library. The component does not need to be placed directly on the Stage. You must import the ActionScript class mx.data.components.WebServiceConnector at the beginning of the script or use the fully qualified class name throughout your code.
The following table lists the method of the WebServiceConnector class.
|
Method |
Description |
|---|---|
|
Initiates a call to a web service. |
The following table lists properties of the WebServiceConnector class.
|
Property |
Description |
|---|---|
|
Indicates whether multiple calls can take place at the same time. |
|
|
Indicates the name of an operation that appears within the SOAP port in a WSDL file. |
|
|
Specifies data that is sent to the server when the next |
|
|
Identifies data that was received from the server as a result of the |
|
|
Indicates whether to suppress a call if parameters are invalid. |
|
|
Specifies the URL of the WSDL file that defines the web service operation. |
The following table lists events of the WebServiceConnector class.
|
Event |
Description |
|---|---|
|
Broadcast when a call to a web service completes successfully. |
|
|
Broadcast when the |
|
|
Broadcast when a call to a web service is initiated, to inform the user of the status of the operation. |
Version 8
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/8/main/00004278.html
Comments
No screen name said on Dec 5, 2005 at 12:34 PM :