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?
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.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.