|
Version: 7C
HC7 Build: 7.00.0012 and later
API Build: 1.00.0001 and later
The above model shows how HC7 API provides an accessibility layer between the client applications and Hosting Controller core dlls.
HC7 API is basically a web service in which the client sends request in the form of SOAP, HTTP Post and Web Reference.
At the server end, request is sent to the Input Parser where the request packet is segmented and the required information is authenticated by Authentication Filter.
After verification, the whole input packet is validated and goes to Hosting Controller Core Engine.
Hosting Controller fulfills the request and sends response to the Output Parser.
Output parser forms a well formatted XML Packet
and sends it back to the client.