API Instructions for Release 3.1

The ScrumWorks Pro API is a SOAP interface which allows you to access data in ScrumWorks in a safe way.

Location
  • The API can be accessed at http://servername:8080/scrumworks-api/scrumworks
  • The WSDL for the service is at http://servername:8080/scrumworks-api/scrumworks?wsdl
  • A set of Java classes is included with your server at <install_dir>/apiclient/ScrumWorks-soap.jar.


» top

Documentation
The API Documentation can be found on your server. A list of changes between versions is also available.

» top

Example
Our automated Java test for the API is included at <install_dir>/apiclient/TestScrumWorksService.java. It won't compile for you, but you can view it as an example of how to call the services.

» top