To resolve the issue the Web Services API must be enabled.
To do this, export the server configuration from the database, run the
config-web-service-api command to enable web services, and import the updated configuration to the database. See the "Enabling the Web Services API" documentation reference for more details. On the command line, go to the <server installation folder>\tomcat\bin directory, and run the following commands:
For Spotfire 7.12 and earlier:
- config export-config --force
- config config-web-service-api --enabled=true
- config import-config -c "Enabled the public Web Service API"
After importing the above configuration restart the Spotfire Server.
Note: All user accounts that are going to use the API must also be members of the API User group.
For Spotfire 7.13 and after:
- config export-config --force
- config config-web-service-api --soap-enabled=true
- config import-config -c "Enabled the public Web Service API"
After importing the above configuration restart the Spotfire Server.