Message Exchange Patterns (MEP) in Web services
- 10th Mar 2016
- 1
- 11337
- Message Exchange Patterns (MEP) in SAOP Web services SOAP web service message patterns Synchronous vs Asynchronous Request
Message Exchange Patterns Message Exchange Pattern describes the pattern or protocol about how the communication between producer and consumer has to happen. We have mainly 3 Message Exchange Patterns as listed below 1. Synchronous Request-Response 2. Asynchronous Request-Response 3. Fire and Forget or One way Synchronous Request-Response In this case, consumer sends the request to […]