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.
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."