I need to handle an application for the 2006 version.
Starting with this version, BizTalk can route fault messages, and that's pretty good. Let's say I'm receiving a badly-formatted positional txt file and a receive pipeline can't let the message get into the orchestration. I can see that between the 'Suspended Services Instances' I have my suspended service gone in error with its code and its pretty explicit description.
I would love to get all this data into a file (txt, xml, whatever) and route it into a dedicate folder, without using custom pipeline components or other libraries, just BizTalk out of the box functionalities.
Is it all possible?