The team platform uses HTTP-based web services to communication between Team clients and Team servers. The low level details of how the communication takes place is not described here. What is described is how to implement and make use of web services from Java code.
Describe a user POJO service interface, with restrictions.
Describe ITeamServer.
Describe ITeamService.
Describe ITeamContentService.
Describe exceptions.
Describe ITeamServiceCallContext.
Describe ITeamServiceContext.
Point to registry package.
See the examples page for examples.