- 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版)
- 數據浪潮
- Developing Mobile Games with Moai SDK
- 新型數據庫系統:原理、架構與實踐
- PySpark大數據分析與應用
- 工業大數據分析算法實戰
- 大話Oracle Grid:云時代的RAC
- 大數據架構和算法實現之路:電商系統的技術實戰
- Spark大數據編程實用教程
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- 辦公應用與計算思維案例教程
- 探索新型智庫發展之路:藍迪國際智庫報告·2015(下冊)
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- Hands-On System Programming with C++
- Filecoin原理與實現