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.
For more information on the Web Services API, see the Web Services API reference on https://docs.tibco.com/products/tibco-spotfire-server.
- Enabling the Web Services API
Before the Web Services API can be used, it must be enabled. - Generating client proxies
Proxies can be generated using a tool of your choice.
Copyright © TIBCO Software Inc. All rights reserved.