Previous Topic: Web ServicesNext Topic: Software Requirements for Web Services


How Client Programs Access the API

Web Services is a multithreaded application built with Java2 and the Apache AXIS2/JAVA component that enables client applications to communicate with a web service using the Simple Object Access Protocol (SOAP). The client and Web Services communicate using SOAP messages. The SOAP messages, requests and responses, are sent over TCP/IP between the client and the HTTP web server.

The following graphic shows the flow of information between the client, Web Services, and the CA Endevor SCM API.

This illustration shows how client applications access the CA Endevor API.

As shown in the graphic, client applications access the CA Endevor SCM API through Web Services. Details of this process follow:

This process uses the following standard technologies: