User Guide

140 Server-Side ActionScript Language Reference
See also
SharedObject.lock()
SharedObject.version
Availability
Flash Communication Server MX 1.0.
Usage
mySO.version
Description
Property (read-only); the current version number of the shared object. Changes made to the
shared object either by the Flash Player client or by the server-side script using the
SharedObject.setProperty() method increment the value of the version property.
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 most typically constructed automatically when a WSDL is parsed and a stub is generated.
Property summary for the SOAPCall class
Event handler summary for the SOAPCall class
Property Description
SOAPCall.request An XML object that represents the current SOAP request.
SOAPCall.response An XML object that represents the most recent SOAP response.
Event handler Description
SOAPCall.onFault Invoked when a method has failed and returned an error.
SOAPCall.onResult Invoked when a method has successfully invoked and returned.