Easily integrated with other web applications through open standards.

Image

Users may access all allowed data via the Web Forms or via Industry standard protocols such as:

  • ReST which returns data in both JSON and XML formats. 
  • SOAP 
  • WebDav
  • ICal 
  • GWT RPC
  • JDBC

All requests for data or modification to data goes via the DAL ( Data Access Layer) no matter which protocol is used. There is NO direct access to the underlying data store. The DAL checks the ACLs ( Access Control Limits ) for each data request and performs all validations on each data modification. When data is modified

How to access ST data from Microsoft Excel via ReST web service

Image

Excel connection details

1. Click the Data menu, select Import External Data/New Web Query

2. Enter the XML REST address in the Address field, and click "Go" button, the login dialogue pops up, use your ST system user name and password to login

 

3. You should see the XML below it once you login.

4.Click the little yellow array on the top left of the XML to select the XML to import, then click "Import" button

5. select the position to import the data and click "OK" button to import.

 

6. Data imported