Are there any cases where correlation sets do not have to be specified for a request-response port. For example, if I am to use SQL adapter to only SELECT data from database, would I still need to specify a correlation set ? -fay
You do not need to create a correlation for synchronous request/response ports. Biztalk manages the correlation of the input with the output. A two -way adapter is required to return the original message with the response so that the response is matched to the sending orchestration.
You only need to create your own correlation for asynchronous interactions.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.