|
Version: 1
HCnix Build: 3.00 and later
API Build: 1.00 and later
The above model shows how HCnix API provides an accessibility layer between the client applications and Hosting Controller core DLLs.
HCnix 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.