Biztalk Error
I am having an Biztalk Orchestration,In It I am having a Biztalk Scope and Catch Block in order to catch errors arising inside the scope.I am able to catch error in it whenever there is any error in the corresponding scope shape.
But problem arises when the orchestration fails at the begining of its processing, i.e before entering the scope shape(this happens when there are some special characters in the xml received). I am stuck on this! plz help!!
If you drop the same (failing) message into BizTalk without using an orchestration, and only using the same pipeline, do you get the same exception? Is the scope block the first thing in your orchestration?