|
dino -> Request Response Receive and Solicit Response Send Ports-Can they be linked without orchestrations? (5 February 2008)
|
I am implementing a BizTalk 2006 R1 two way interface between two HL7 systems. The source system generates a query which is forwarded to BizTalk. BizTalk waits for a reply from the destination systems and sends the response back down the originating connection. I can bind the request response receive port and solicit response send port to an orchestration, but its too slow. 4 seconds to be precise. I can probably shave a couple of seconds if I tried but would it not be faster if orchestrations were not required? Therefore I want to have a two way request response receive port to receive the query messages on, a solicit response send port which sends the query message, waits for a response and then somehow routes the response message back to the initiating request response receive location. Can it be done? What is the trick? Any ideas appreciated. Dino
|
|
|
|