Getting Started
Welcome to TeamConnect Web Services. To get started building application interfaces with the TeamConnect system, follow these steps:
- Get comfortable with high-level concepts in this chapter.
- Decide which features of TeamConnect® Enterprise you'd like to use. Take a look through the section Supported Operations.
- Use the Web Service API Reference chapter to get a further idea of the types of requests you can make per repository or TeamConnect Web Service.
- Use your 3rd party SOAP toolkit to generate client-side source files and API for the TeamConnect Web Service .WSDL and schema (.XSD) files provided.
The resulting client-side source files (in the programming language you will use for your client application) will provide more specific syntax for the repository, method, parameter, return names/values to use in your client application. - `Create your client application.