Supported Types (Flash Professional Only) - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

To make the web service classes available at runtime, you must have the
WebServiceConnector component in your FLA file's library. If you're using ActionScript only
to access a web service at runtime, you must add this component manually to your
document's library. For information on how to add this component to your document, see
Chapter 16, "Data Integration (Flash Professional Only)," in Using Flash.
Method summary for the WebService object
The following table lists methods of the WebService object.
Method
WebService.getCall()
WebService.myMethodName()
Callback summary for the WebService object
The following table lists the callbacks of the WebService object.
Callback
WebService.onFault
WebService.onLoad
Supported types (Flash Professional
only)
The web services classes support a subset of XML schema types (data types) as defined in the
tables below.
Complex data types and the SOAP-encoded array type are also supported, and these may be
composed of other complex types, arrays, or built-in XML schema types:
"Numeric Simple types" on page 1439
"Date and Time Simple types" on page 1439
"Name and String Simple types" on page 1440
"Boolean type" on page 1440
"Object types" on page 1440
"Supported XML schema object elements" on page 1440
1438
Web service classes (Flash Professional only)
Description
Gets the SOAPCall object for a given operation.
Invokes a specific web service operation defined by the WSDL.
Description
Called when an error occurs during WSDL parsing.
Called when the web service has successfully loaded and parsed
its WSDL file.

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents