The main reason for this blog post is due to this newsgroup post
Download Sample from here.
Step #1: Catching SOAP Exception:
Whenever you call a Web service it's a good practice to handle the SOAP exception specifically rather than just leaving the orchestration to throw an un-handled exception which will result in orchestration service instance and all the referenced message instances being suspended. As shown in the following Orchestration diagram, handling a SOAP e...
[More]