Content deleted Content added
No edit summary |
typos |
||
Line 1:
In [[software architecture]], a '''messaging pattern''' is a network-oriented [[architectural pattern]] which describes how two different parts of a [[message passing]] system connect and communicate with each other.
In [[telecommunications]], a '''message exchange pattern (MEP)''' describes the [[pattern]] of [[Message passing|messages]] required by a [[communications protocol]] to establish or use a [[communication channel]]. There are two major message exchange patterns — a ''[[request-response]]'' pattern, and a ''one-way'' pattern. For example,
== SOAP ==
|