TIBCO Spotfire® Server and Environment - Installation and Administration

Spotfire Server SOAP APIs

These web services APIs use the SOAP protocol for managing administrative tasks programmatically.

Spotfire Server Web Services API

This API contains the following services:
  • InformationModelService is for updating the configuration of an Information Model data source.
  • LibraryService is for managing the Spotfire library.
  • LicenseService is for managing licenses and their functions.
  • UserDirectoryService is for managing users and groups.

For information, see the Web Services API Reference at https://docs.tibco.com/products/tibco-spotfire-server.

Additional information

  • 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 that contain all types and methods that can be used.
  • The implementing classes may not be called directly from Java code.

Setup

These tasks must be completed before you can use these APIs:

Optional: Configure Spotfire Server APIs