The service platform provides a SOAP adapter for calling service components of Web services (SOAP communication).
The following figure shows an overview of calling a service component from the SOAP adapter and executing a service component.
Figure 9-10 Execution of a service component from the SOAP adapter
The service requester (an application that sends execution requests (request messages) to the HCSC server) receives an execution request for a service component (Web service), and then sends a request message to the SOAP adapter.
The SOAP adapter sends a request message to the service component defined in the adapter, and executes the service component.
After the processing for the service component finishes, a response message is sent to the SOAP adapter as the processing results. The person responsible for the business operation is notified of the response message via the service requester.