Biztalk Schema Question:

Download Job Interview Questions and Answers PDF

Explain me what is correlation?

Biztalk Schema Interview Question
Biztalk Schema Interview Question

Answer:

An Orchestration can have more than one instance running simultaneously. Even though each of those multiple instances perform the same action, it does it on different data contained within a message. Correlation is a process of associating an incoming message with the appropriate instance of an orchestration. For Example: If your orchestration issues a purchase order, receives an invoice, and sends a payment, the developer must make certain that the invoice message is received by the orchestration instance which corresponds to the orchestration that sent the Purchase Order. Without correlation, it would be possible to send out an invoice for thousands of items even though the purchase order is for one.

Download Biztalk Schema Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me difference between Flat File Schema and XML schema?Tell us how BizTalk engine identifies a unique schema?