SOAPCall class

Availability

Flash Media Server 2

The SOAPCall class is the object type that is returned from all web service calls. These objects are typically constructed automatically when a Web Service Definition Language (WSDL) is parsed and a stub is generated.

Property summary

Property

Description

An XML object that represents the current SOAP (Simple Object Access Protocol) request.

An XML object that represents the most recent SOAP response.

Event handler summary

Event handler

Description

Invoked when a method has failed and returned an error.

Invoked when a method has successfully invoked and returned.

SOAPCall.onFault()

 SOAPCall.onFault(fault)

Invoked when a method has failed and returned an error.

Availability

Flash Media Server 2

Parameters

fault

The fault parameter is an object version of an XML SOAP Fault (see SOAPCall class).

SOAPCall.onResult()

 mySOAPCall.onResult(result){}

Invoked when a method has been successfully invoked and returned.

Availability

Flash Media Server 2

Parameters

result

The decoded ActionScript object returned by the operation (if any). To get the raw XML returned instead of the decoded result, access the SOAPCall.response property.

SOAPCall.request

 mySOAPCall.request

An XML object that represents the current Simple Object Access Protocol (SOAP) request.

Availability

Flash Media Server 2

SOAPCall.response

 mySOAPCall.response

An XML object that represents the most recent SOAP response.

Availability

Flash Media Server 2

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online