uCosminexus Application Server Overview

[Contents][Index][Back][Next]

9.5.5 User-defined reception (HTTP reception)

In the service platform, if you use HTTP reception, business process can be called directly without going through Web front system or SOAP reception when there is a connection request from mobile terminals or Web browser.

The following figure shows an overview of calling and executing service component with HTTP communication from HTTP client using HTTP reception:

Figure 9-7 Executing service component using HTTP reception

[Figure]

HTTP request originated from Web browser in HTTP client can be received with HTTP reception via Web server. After that, HTTP request is converted into request message (request to call service component) and then service component is called through service adapter.

At the time of response, response message passed from service adapter is converted into HTTP response format in HTTP reception and then the response is returned to Web browser.