|
SoapQueryDataSource Element |
|
|
SoapQueryDataSource element defines a data source that queries the web services with SOAP messages and retrieves the data is XML format.
Properties Scope (Accepts MScript) Defines where the data provided by the data source is stored in memory. The valid values are "Request", "Session" and "Application". Refresh Timeout (Accepts MScript) Defines duration that the data provided by the data source is valid. After this duration expires a new data is fetched from the data service. Execution Precondition (Accepts MScript) This property is used to define a precondition for executing the data source. If it is left blank the data source will provide data regardless. If an expression is defined in this property it will be evaluated by the MoreMotion first and if the result of the expression is true, only then the data source will be invoked to provide data. Examples:
Check Point (Accepts MScript) You can restrict the usage of a data source by defining a Check Point in this property. In the run time the only users that have the privilege to pass through the defined check point will be able to use the data source. The checkpoints can be administered through the interfaces provided by the mor.Security component. Debug (Accepts MScript) Set a value to this parameter to force MoreMotion to print debug information to the system console.
|