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]](figure/zc990600.gif)
Table 2-1 Processing contents of the HelloServiceAdapter sample program
Component | Type | Description |
---|
Service requester | HTML 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 adapter | Service 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 service | Web Service | - In response to a call from the service adapter, edits the entered string and returns the string to the Hello service adapter.
|