Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

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

BizTalk 2010

This group is for all content related to BizTalk Server 2010. This includes a forum and samples.

Copy outbound properties to inbound message from same send port

Answered (Not Verified) This question has suggested answer(s)

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.

All Replies
  • 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.

     

    "Google skills are more important than your coding skills."

    • Top 10 Contributor
    Suggested by
Page 1 of 1 (2 items)