The ScrumWorks Pro API is a SOAP interface which allows you to access data
in ScrumWorks in a safe way.
- 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
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