The set of examples is included in the TrackStudio DevPack demonstrating the use of the TrackStudio SOAP API. The examples are made as csUnit tests. To run the examples:
1. Install .NET Framework, Apache Ant, csUnit.
2. Enable TrackStudio SOAP API
3. Start TrackStudio Enterprise
4.Specify the TrackStudio URL and the administrator login/password in the DevPack\soap\dotNET\account.properties file.
ts.url = http://localhost:8888/TrackStudio ts.login = root ts.password = root
5. Specify paths to the external programs in the DevPack\soap\dotNET\dotNET.properties file.
wsdl.exe C:\\Program Files\\Microsoft.NET\\SDK\\v1.1\\Bin\\wsdl.exe csc.exe C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.1.4322\\csc.exe csUnitRunner.exe "C:\\csUnit 1.9.4\\csUnitRunner.exe"
6. Execute the DevPack\soap\dotNET\build.bat script.
7. When the csUnit window appears press F5 to execute samples.