HI,
I am in a situation where I have to send a message to a FTP location and receive a message related to the sent message. I could easily do this by initializing correlation set in the send shape and following the correlation in the receive shape. So in the orchestration I have Send shape and some expression shapes for audit logging and other purposes and then i have the receive shape. So far this worked for me ….
Now i also need to handle delivery notification issue, so i set up the DeliveryNotification option of the send shape and put the send shape in its own scope with DeliveryFailureException exception handler. This gives unitialized correlation set error while compiling.
I need to get this working quickly. So please some one help me on this…
Regards