MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 861

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

{
OutputField.text = result
}
MyPendingCallObject.onFault = function(fault)
{
DebugField.text = fault.faultCode + "," + fault.faultstring;
// add code to handle any faults, for example, by telling the
// user that the server isn't available or to contact technical
// support
}
WebService.getCall()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
getCall(var operationName)
Parameters
operationName
want to retrieve.
Returns
A SOAPCall object.
Description
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
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 Professional only)" on page
WebService.myMethodName()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
The web service operation of the corresponding SOAPCall object that you
getCall()
854.
Web service classes (Flash Professional only)
method. There is a single
861

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents