Book Image

(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide

By : Johan Hedberg, Kent Weare , Morten la Cour
Book Image

(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide

By: Johan Hedberg, Kent Weare , Morten la Cour

Overview of this book

<p>Microsoft BizTalk Server 2010 is an Integration and connectivity server solution that enables organizations to easily connect disparate systems. Developing Business Process and Integration Solutions by Using Microsoft BizTalk Server 2010 (70-595) is the certification exam for professionals who need to integrate multiple disparate systems, applications, and data as well as automate business processes by using BizTalk Server.<br /><br /><i>(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide</i> will show you how to prepare for and pass the Microsoft BizTalk Server 2010 (70-595) exam and become a Microsoft Certified Technology Specialist (MCTS) in Microsoft BizTalk Server 2010. <br /><br />Packed with practical examples and Q&amp;As, <i>(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide</i> covers the keys skills in the exam and starts by showing you how to configure a Messaging Architecture. The book then dives into BizTalk Artifacts such as creating Schemas and Pipelines, creating Maps and creating Orchestrations. It then moves on to topics such as debugging and exception handling, deploying, tracking and administrating a BizTalk Server 2010 solution, integrating Web Services and Windows Communication Foundation (WCF) Services and implementing Extended Capabilities. Additional practical resources are also included that will enable you to approach the Microsoft BizTalk Server 2010 (70-595) exam with ease, including certification test taking tips and tricks and sample certification test questions.</p>
Table of Contents (18 chapters)
(MCTS): Microsoft BizTalk Server 2010 (70-595) Certification Guide
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface

Chapter 7, Integrating Web Services and Windows Communication Foundation (WCF) Services


  1. 1. Answer: c

    When a service is taking a longer time than we expect to complete, we need to increase the Send timeout property, which will allow our Send Port to wait longer before throwing a timeout exception.

  2. 2. Answer: d

    As we changed our logical port's Operation name inside of our Orchestration and deployed it, our only option is to update the Physical Send Port's SOAP Action header so that it matches the value that we specified inside our Orchestration.

  3. 3. Answer: a

    We need to configure our Send Port to pass on the exception that we received from the Custom Paint service. In order to do this, we need to enable the Propagate fault message inside our Send Port's configuration.

  4. 4. Answer: b

    Our only option in this case is to actually re-run the BizTalk WCF Service Publishing wizard. The reason for this is when this wizard generates our WCF Service and related folder in the c:\inetpub folder, references to the Adapter we selected in the wizard exist.

  5. 5. Answer: c

    The default message size that a WCF Receive Location can handle is 65,536 bytes. If we are planning on receiving a message that is larger than this value then we need to increase the Maximum received message size value.