Message Exchange Patterns (MEP) in Web services

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 […]

Share this article on

SOAP Message Binding Style

A WSDL SOAP binding can be either a Remote Procedure Call (RPC) style binding or a Document style binding. A SOAP binding can also have an encoded use or a literal use. This gives us Five style/use models which we call as Message Exchange Format(MEF) or SOAP message binding style 1) RPC Literal 2) RPC […]

Share this article on
< Previous