2.3.1 Calling a service component from the service requester

The following figure and table describe the processing details of the HelloServiceAdapter sample program:

Figure 2-4 Processing details of the HelloServiceAdapter sample program

[Figure]

Table 2-1 Processing contents of the HelloServiceAdapter sample program

ComponentTypeDescription
Service requesterHTML
Servlet
  • Displays the input screen, and sends a Hello service calling request to the service adapter.
  • Receives the results of calling the Hello service from the service adapter, and displays them on the output screen.
Hello service adapterService adapter
  • Receives a request from the service requester, and calls the Hello service.
  • Returns the response of the Hello service to the service requester.
Hello serviceWeb Service
  • In response to a call from the service adapter, edits the entered string and returns the string to the Hello service adapter.