views:

8

answers:

0

I have installed the Scrumworks basic edition and I have to use its soap API. Out of the box it contained an api client which contains "ScrumWorks-soap.jar" library and a java test class "TestScrumWorksService.java". But some of the essential classes used in the test class are missing in the .jar library such as...

import com.danube.scrumbag.client.command.MasterReset;

The missing package is scrumbag and I can't find it anywhere else. Has anyone else faced this problem??? Where I can I find the missing libraries?