User Guide
1452 WebServiceConnector component (Flash Professional only)
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.
Method Description
WebServiceConnector.trigger() Initiates a call to a web service.
Property Description
WebServiceConnector.multiple
SimultaneousAllowed
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 is 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.suppress InvalidCalls Indicates whether to suppress a call if
parameters are invalid.
WebServiceConnector.WSDLURL Specifies the URL of the WSDL file that
defines the web service operation.