| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.system.DispatcherObject
|
+--xp.data.Connector
|
+--xp.data.WSConnector
Field Summary | ||
| public | operation: String | |
| Indicates the name of an operation that appears within the SOAP port in a WSDL file. | ||
| public | params: Object | |
| Specifies data that will be sent to the server when the next trigger() operation is executed. | ||
| public static | services | |
| holds a global ref to service objects created by all instances, as service only gets created once | ||
| ||
| ||
Property Summary | ||
| public | WSDLURL: String (read, write) | |
| Specifies the URL of the WSDL file that defines the web service operation. | ||
| ||
Constructor | ||
| public | WSConnector ( WSDLURL: String) | |
| Create a new WSConnector instance | ||
Method Summary | ||
| public | trigger ( ): Boolean | |
| Initiates a call to a web service. | ||
| ||
| ||
| public var operation: String |
| Indicates the name of an operation that appears within the SOAP port in a WSDL file. |
| public var params: Object |
| Specifies data that will be sent to the server when the next trigger() operation is executed. Specifies data that will be sent to the server when the next trigger() operation is executed. |
| public static var services |
| holds a global ref to service objects created by all instances, as service only gets created once |
|
| Specifies the URL of the WSDL file that defines the web service operation. |
|
| Create a new WSConnector instance | |||
|
|
| Initiates a call to a web service. |
The WSConnector component lets you access remote methods exposed by a server using the industry-standard Simple Object Access Protocol (SOAP).
A web service method may accept parameters and return a result.
The WSConnector can be either created as a component on the stage or as an object using new WSConnector Event summary for the WSConnector class
The following table lists events of the WSConnector class.