ActionScript 2.0 Components Language Reference |
|
|
|
| WebServiceConnector component | |||
The WebServiceConnector component lets you access remote methods exposed by a server using the industry-standard Simple Object Access Protocol (SOAP). A web service method can accept parameters and return a result. Using the Flash authoring tool and the WebServiceConnector component, you can inspect, access, and bind data between a remote web service and your Flash application.
|
NOTE |
The WebServiceConnector component is supported only if you are working in a document that specifies ActionScript 2.0 in its Publish Settings. |
A single instance of a WebServiceConnector component can be used to make multiple calls to the same operation. You need to use a different instance of WebServiceConnector for each different operation you want to call.
|
NOTE |
The WebServiceConnector component appears on the Stage during application authoring but is not visible in the runtime application. |
|
|
|
|