In my BizTalk orchestration I'm trying to catch a suspended Message to down web server.
I already caught an operation for server faults, my next task is to catch a message in the case when the web server is down. I'm currently using a System.Exception fault to catch the message, then I use the faultname. Message to insert the message into a logging table.
This process works, but the message also still suspends in BizTalk. Whats the next step to not have the message show as suspended in BizTalk since I already have the information I want harvested out of the fault and logged?