Book Image

(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition

Book Image

(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide: Second Edition

Overview of this book

Table of Contents (20 chapters)
(MCTS) Microsoft BizTalk Server (70-595) Certification and Assessment Guide Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Testing your knowledge


  1. HWLC Motors is having problems with a .NET component developed to calculate a car's fuel efficiency. Sometimes the component throws an exception. The class used from the component is marked as serializable. The Orchestration has no scopes configured. What two things must you do to be able to catch and handle the exception that occurs?

    1. Set the Orchestrations Compensation property to Custom.

    2. Add a scope shape to the Orchestration and move the call to the .NET component within the scope. Set Transaction Type to None.

    3. Configure the Orchestrations Transaction Type to Long Running.

    4. Add an exception block to the scope and handle the exception there.

    5. Add a scope shape to the Orchestration and move the call to the .NET component within the scope. Set Transaction Type to Atomic.

    6. Add a Compensation block to the scope and add logic to compensate for exceptions that occur.

  2. HWLC Motors are developing a BizTalk Server solution to handle order fulfillment. As part of the Orchestration is...