![]() |
![]() |
|
|
Overview of Request/Response Communication
In request/response communication mode, one software module sends a request to a second software module and waits for a response. Because the first software module performs the role of the client, and the second, the role of the server, this mode is also referred to as client/server interaction. Many online banking tasks are programmed in request/response mode. For example, a request for an account balance is executed as follows:
Example of Request/Response Communication in Online Banking
Once a client process has joined an application, it can then send the request message to a service subroutine for processing and receive a reply message.
![]() |
![]() |
![]() |
|
Copyright © 2001 BEA Systems, Inc. All rights reserved.
|