User Guide
Web service classes (Flash Professional only) 857
Method summary for the WebService object
The following table lists methods of the WebService object.
Callback summary for the WebService object
The following table lists the callbacks of the WebService object.
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 857
• “Date and Time Simple types” on page 858
• “Name and String Simple types” on page 858
• “Boolean type” on page 858
• “Object types” on page 859
• “Supported XML schema object elements” on page 859
Numeric Simple types
Method Description
WebService.getCall() Gets the SOAPCall object for a given operation.
WebService.myMethodName() Invokes a specific web service operation defined by the WSDL.
Callback Description
WebService.onFault Called when an error occurs during WSDL parsing.
WebService.onLoad Called when the web service has successfully loaded and parsed its
WSDL file.
XML schema type ActionScript binding
decimal
Number
integer
Number
negativeInteger
Number
nonNegativeInteger
Number
positiveInteger
Number
long
Number
int
Number
short
Number