Explain the various message exchange patterns

devquora
devquora

Posted On: Feb 22, 2018

 

The various Message Exchange Patterns (MEP) include the following:

  • Response/ Request: It is the default design. In this example, a reaction message will dependably be created to the purchaser when the task is called, even with the void return type. In this situation, the reaction will have a void SOAP body.
  • OneWay: Now and again, people are intrigued to make an impression on the administration to execute certain business usefulness yet not keen on getting anything back. OneWay MEP will work in such situations. In the event that we need lined message conveyance, OneWay is the main accessible choice.
  • Duplex: The Duplex MEP is fundamentally a two-way message channel. Now and again, we need to make an impression on the administration to start some more extended running preparing and require a warning once again, from the administration to affirm that the mentioned procedure has been finished.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    WCF Interview Questions

    Describe the WCF architecture

    Windows Communication Foundation (WCF) is a system for structure administration arranged..

    WCF Interview Questions

    List the various protocols utilized in the messaging layer in WCF

    Some of the principally used protocols in the message layer in WCF include the following:..

    WCF Interview Questions

    Why is there a requirement of WCF for the enhancement of various business services?

    It is utilized to trade messages in the XML position with the assistance of HTTP convention to look after interoperability...