Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Web service classes > WebService.getCall() | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
getCall(var operationName)
operationName The web service operation of the corresponding SOAPCall object that you want to retrieve.
A SOAPCall object.
Function; when you create a new WebService object, it contains the methods corresponding to operations in the WSDL URL you pass in. Behind the scenes, a SOAPCall object is created for each operation in the WSDL as well. The SOAPCall object is the descriptor of the operation, and as such contains all the information about that operation (how the XML should look on the network, the operation style, and so on). It also provides control over certain behaviors. You can get the SOAPCall object for a given operation by using the getCall() method. There is a single SOAPCall object for each operation, shared by all active calls to that operation. Once you have the SOAPCall object, you can change the operator descriptor by using the SOAPCall class; see SOAPCall class.
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00003733.html