MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 854

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

Advertisement

SOAPCall class (Flash Professional only)
ActionScript Class Name
The SOAPCall class is part of the mx.services package and is an advanced class to be used with the
WebService class (see
of the classes in the mx.data.services package, see
on page
842.
The SOAPCall object is not constructed by you. Instead, when you call a method on a
WebService object, the WebService object returns a PendingCall object. To access the associated
SOAPCall object, use
When you create a new WebService object, it contains the methods that correspond 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
There is a single SOAPCall for each operation, shared by all active calls to that operation. Once
you have the SOAPCall object, you can customize the descriptor by doing the following:
Turning on/off decoding of the XML response
Turning on/off the delay of converting SOAP arrays into ActionScript objects
Changing the concurrency configuration for a given operation
Property summary for the SOAPCall object
The following table lists the properties of the SOAPCall object.
Property
SOAPCall.concurrency
SOAPCall.doDecoding
SOAPCall.doLazyDecoding
SOAPCall.concurrency
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
SOAPCall.concurrency
854
Chapter 6: Components Dictionary
mx.services.SOAPCall
"WebService class (Flash Professional only)" on page
myPendingCall.myCall
Description
The number of concurrent requests.
Turns the decoding of the XML response on or off.
Turns "lazy decoding" (the delay of turning SOAP arrays into
ActionScript objects) on or off.
"Web service classes (Flash Professional only)"
.
WebService.getCall()
856). For an overview
function.

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?

This manual is also suitable for:

Flash mx

Table of Contents