Spotfire Server public Web Services API's

It is possible to build specific functionality that can call Spotfire Server through a set of public Web Services API's.

These can be accessed at:

  • http[s]://<tss_host>[:<port>]/spotfire/ws/pub/LibraryService
  • http[s]://<tss_host>[:<port>]/spotfire/ws/pub/SecurityService
  • http[s]://<tss_host>[:<port>]/spotfire/ws/pub/UserDirectoryService

A description of each web service (a WSDL file) can be retrieved by appending ?wsdl to each web service URL. The WSDL files can be used to generate client proxies which will contain all types and methods that may be used. The implementing classes may not be called directly from Java code.

Note: All user accounts that are going to use the API must be members of the API User group.

For more information on the Web Services API, see the Web Services API reference on https://docs.tibco.com/products/tibco-spotfire-server.