Hello guys!
I've created an orchestration to process a message that will be sent through an As2 channel. I'm also receving an asychcronous MDN of this transaction but with the receiving of the MDN y want to continue processing my orchestration to affect some records.
I'm not sure how I can correlate the ASN with the MDN, I see some option on the receive ports (HTTP) to return correlation handle but I don't know if this will make my correlation continue.
I've an HTTP port to receive the async MDN and I have configured mi orchestration to expect an Any Message on this port.
Also since is an asynchronous MSN I've created a send port and a receive port which force me to create a correlation set (i supose that I should use the BTS.MessageId as the correlation definition). Right now I'm receivning the MDN on the receive location but BTS is suspending the message because there's no subscription.
Do this make sense? am I missing something?
Bests!!