S
SOAP (Simple Object Access Protocol)
Protocol for exchanging Web Service requests (from the client to server) and responses (from the server to the client). In the TeamConnect Web Service environment, a 3rd party SOAP toolkit will transform the client program to corresponding SOAP messages. On the server, a corresponding framework will transform the SOAP message to the appropriate programming language (and transform server responses from a programming language to a SOAP message).
Note: Mitratech does not provide a 3rd party SOAP toolkit. You need to download one from the internet.