The ScrumWorks Pro API is a SOAP interface which allows you to access data in ScrumWorks in a safe way. Use the ScrumWorks Pro API for building custom reports, integrations, or other programmatic access to ScrumWorks Pro data; accessing the ScrumWorks Pro database directly may lead to unpredictable results and even data loss.
Starting in version 4.4, ScrumWorks Pro provides multiple versions of its SOAP API. If you are a current customer using the pre-4.4 version of the API, you can continue to use that version safely with a 6.2.0 ScrumWorks Pro installation. If you want to take advantage of the additional features the 6.2.0 version provides, follow the migration instructions below to use the new API.
http://servername:port/scrumworks-api/api2/scrumworks
http://servername:port/scrumworks-api/api2/scrumworks?wsdl
<install_dir>/apiclient/ScrumWorks-soap.jar.com.danube.scrumworks.api2.ScrumWorksService to create a connection to the API.http://servername:port/scrumworks-api/api1/scrumworks
http://servername:port/scrumworks-api/api1/scrumworks?wsdl
<install_dir>/apiclient/ScrumWorks-soap.jar.<install_dir>/apiclient/TestScrumWorksService.java.
This java file will not compile, as it is available purely as a reference example of how to call the services from Java code.