Update an application to the latest TeamForge API

To use any of the new API calls introduced in the newest release of CollabNet TeamForge, you must update your existing applications to use the new API.

Note: The APIs for SourceForge Enterprise Edition 4.x, CollabNet SourceForge Enterprise 5.0 and 5.1, and CollabNet TeamForge 5.2 and 5.3 (including any patches) are fully compatible with CollabNet TeamForge 5.4. However, the calls from the different API versions are not interchangeable.
  1. For calls that use the TeamForge‐provided Java SDK classes, update all references to the package containing the classes.
    For this version... the package is located at...
    4.1 com.vasoftware.sf.soap41
    4.2 com.vasoftware.sf.soap42
    4.3 com.vasoftware.sf.soap43
    4.4 com.vasoftware.sf.soap44
    5.0 com.collabnet.ce.soap50
  2. For calls that access the WSDL directly, point your application to the new WSDL location.
    For this version... the WSDL is located at...
    4.1 http://<sourceforge‐server>/sf‐soap/services/<service‐name>?wsdl
    4.2 http://<sourceforge‐server>/sf‐soap42/services/<service‐name>?wsdl
    4.3 http://<sourceforge‐server>/sf‐soap43/services/<service‐name>?wsdl
    4.4 http://<sourceforge‐server>/sf‐soap44/services/<service‐name>?wsdl
    5.0 http://<sourceforge‐server>/ce‐soap50/services/<service‐name>?wsdl
  3. Update any calls that have been changed in the 5.2 API. Any changes to a service are detailed under New and changed methods on the relevant page under TeamForge services available via SOAP.