Update an application to the TeamForge 16.3 API

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

What's new in TeamForge 16.3

Click the links in the following table and refer to the Change History section to know the new and changed methods in TeamForge 16.3.
TeamForge service Changed in 16.3? Link to change history
CollabNet service No Javadoc for the CollabNet service
DiscussionApp service No Javadoc for the DiscussionApp service
DocumentApp service No Javadoc for the DocumentApp service
FileStorageApp and SimpleFileStorageApp services Yes Javadoc for the FileStorageApp and SimpleFileStorageApp services
FrsApp service No Javadoc for the FrsApp service
IntegrationDataApp service No Javadoc for the IntegrationDataApp service
MonitoringApp service New in 16.3 Javadoc for the MonitoringApp service
NewsApp service No Javadoc for the NewsApp service
PageApp service No Javadoc for the PageApp service
PlanningApp service No Javadoc for the PlanningApp service
PluggableApp service No Javadoc for the PluggableApp service
RbacApp service No Javadoc for the RbacApp service
ScmApp service No Javadoc for the ScmApp service
TaskApp service No Javadoc for the TaskApp service
TeamApp service No Javadoc for the TeamApp service
TrackerApp service No Javadoc for the TrackerApp service
WikiApp service No Javadoc for the WikiApp service
CategorizationApp service No Javadoc for the CategorizationApp service
Important: The APIs for SourceForge Enterprise Edition 4.x, CollabNet SourceForge Enterprise 5.x, CollabNet TeamForge 5.x, and CollabNetTeamForge 6.x are fully compatible with CollabNet TeamForge 16.3. 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...
    5.x com.collabnet.ce.soap50
    6.x/7.x/8.x com.collabnet.ce.soap60
  2. For calls that access the WSDL directly, point your application to the new WSDL location.
    For this version... the WSDL is located at...
    5.x http://<teamforge‐server>/ce‐soap50/services/<service‐name>?wsdl
    6.x/7.x/8.x http://<teamforge‐server>/ce‐soap60/services/<service‐name>?wsdl
  3. Update any calls that have been changed in the 16.3 API.