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

Viewing 1 reply thread
  • Author
    Posts
    • #25853

      I have a message being sent to a WCF service which has an element promoted as property promoted field. I need value from this promoted field on response I receive back from this WCF service, so that I can subscribe another process to the same. Is this possible to do without an orchestration?

       

      Thanks for help in advance.

    • #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.

       

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.