- Web Services Testing with soapUI
- Charitha Kankanamge
- 186字
- 2021-08-05 18:39:23
Message exchanging patterns
As we have already discussed, the web services communicate with each other and the other programs by sending messages. If we consider two SOAP processing nodes, the communication pattern between the two entities can be defined as a message exchanging pattern (MEP). The primary message exchanging patterns are:
- Request-response
- Fire and forget
In a request-response pattern, when a source entity (service requester) transmits a message to a destination (service provider), the provider should respond to the requester. This is the most commonly used message exchanging pattern and we will use this in most of the examples in this book.
In the following diagram, a service requester sends a SOAP request message to a service provider:

Upon receiving the SOAP request message, the service provider responds with a SOAP response as shown in the following diagram:

When a response to a request message is not expected from a web service (or service provider), it is known as a fire and forget message exchange pattern. For example, if we send a ping request to a web service, we do not expect a response message back.
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- Python金融大數據分析(第2版)
- Oracle RAC 11g實戰(zhàn)指南
- 大數據導論
- Hadoop與大數據挖掘(第2版)
- SQL查詢:從入門到實踐(第4版)
- 智能數據分析:入門、實戰(zhàn)與平臺構建
- 數據庫原理與設計(第2版)
- 企業(yè)級容器云架構開發(fā)指南
- SQL Server 2012實施與管理實戰(zhàn)指南
- 改變未來的九大算法
- Visual FoxPro數據庫技術基礎
- Node.js High Performance
- MySQL技術內幕:InnoDB存儲引擎
- Microsoft Dynamics NAV 2015 Professional Reporting