uCosminexus Service Platform, Overview

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

2.1.1 Basic structure

To invoke a service component, you basically require service requesters, reception, HCSC message delivery control, service adapters, and service components. A reception is used for receiving requests to invoke service components, and includes standard reception and user-defined reception.

Standard reception is the functionality (interface) used for receiving request messages from service requesters, and provided as standard by the HCSC server. User-defined reception is the functionality (interface) used for receiving execution requests from service requesters, and is deployed on the HCSC server after being defined by the user in the development environment. User-defined reception is able to communicate with interface which is defined by the user.

Organization of this subsection
(1) For standard reception
(2) For user-defined reception

(1) For standard reception

The following figure shows the relationship between the structure and the development procedure when standard reception is used.

Figure 2-1 Relationship between the structure and the development procedure when standard reception is used

[Figure]

The relationship between the service requester that invokes service components, the HCSC server, and service components is as described below. This relationship is described according to the development procedure.

(2) For user-defined reception

The following figure shows the relationship between the structure and the development procedure when user-defined reception is used.

Note that the following uses an example of using Web Services (SOAP communication).

Figure 2-2 Relationship between the structure and the development procedure when user-defined reception is used

[Figure]

When you use Web Services (SOAP communication), the relationship between the service requester that invokes service components, the HCSC server, and service components is as described below. This relationship is described according to the development procedure.