Re: Copy outbound properties to inbound message from same send port

Home Page Forums BizTalk 2004 – BizTalk 2010 Copy outbound properties to inbound message from same send port Re: Copy outbound properties to inbound message from same send port

#25854

Hi,

 

   Assuming that you exposed your orchestration as a WCF service, configure the send port of that orchestration (the one that sends the response back after you send the request to the service) as a direct bound port, so that it publishes the message directly to the MessageBox, and thus triggers subscriptions from any other matching send ports (when you configure the filters for those).

 

   Hope this helps.