•A TeamConnect® Enterprise instance
•A valid TeamConnect® Enterprise user ID and password. This user must have sufficient rights to perform operations you plan to use through membership in a group with corresponding rights. For more information, see Account Administration for group record rights (global user rights, global admin rights, global setup rights) and group category and custom field rights.
For projects/matters (custom objects), you will need to manually grant access rights to your group per custom object under the Group Record Rights and Category Rights areas.
•TeamConnect Web Service source files (.WSDL and .XSD files), located at the following installation path (after running the TeamConnect Installer):
C:\Program Files\Mitratech\TeamConnect *\utilities\webservices\
(where * would be replaced by the current release version, for example,
C:\Program Files\Mitratech\TeamConnect 3.4 SP1\utilities\webservices\ )
•An SDK for the programming language you want to use.
If you are creating a Java client application, you must use a JDK version that is supported by TeamConnect. Refer to the TeamConnect Release Notes for supported versions.
•A third-party SOAP toolkit to generate the Web Service client API and code from the Web Service WSDL files. For example, Apache CXF. The SOAP toolkit should also provide the framework for creating a client proxy.
Note: Samples provided in this guide are based on client-side JAVA code generated using Apache CXF 2.1. If you are using a different tool to generate client-side code, you need to reference the resulting source files.