User Guide
WebServiceConnector component (Flash Professional only) 867
Method summary for the WebServiceConnector class
The following table lists the method of the WebServiceConnector class.
Property summary for the WebServiceConnector class
The following table lists properties of the WebServiceConnector class.
Event summary for the WebServiceConnector class
The following table lists events of the WebServiceConnector class.
Method Description
WebServiceConnector.trigger() Initiates a call to a web service.
Property Description
WebServiceConnector.multipleSimultaneousAllowed Indicates whether multiple calls can take
place at the same time.
WebServiceConnector.operation Indicates the name of an operation that
appears within the SOAP port in a WSDL file.
WebServiceConnector.params Specifies data that will be sent to the
server when the next
trigger() operation
is executed.
WebServiceConnector.results Identifies data that was received from the
server as a result of the
trigger() operation.
WebServiceConnector.suppressInvalidCalls Indicates whether to suppress a call if
parameters are invalid.
WebServiceConnector.timeout Specifies a time period (in seconds) in which
the web service connection will fail if results
do not come back.
WebServiceConnector.WSDLURL Specifies the URL of the WSDL file that
defines the web service operation.
Event Description
WebServiceConnector.result Broadcast when a call to a web service
completes successfully.
WebServiceConnector.send Broadcast when the trigger() method is in
process, after the parameter data has been
gathered but before the data is validated and
the call to the web service is initiated.
WebServiceConnector.status Broadcast when a call to a web service is
initiated, to inform the user of the status of
the operation.