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 1, Configuring a Messaging Architecture


  1. 1. Answer: c

    When signing a message, the trading partner will use his/her own private certificate. When the receiver (us) needs to verify the validity of the signature, a public key instance of the certificate must be used and stored in local machine/other people.

  2. 2. Answer: b, c

    In this case, routing for failed messages need to be set up on the Receive Port (there will be no Send Port activity when a message fails on the receive side). When failed message routing is enabled, all normal Context properties such as BTS.ReceivePortName are unpromoted, and only Context properties in the ErrorReport namespace can be used for routing.

  3. 3. Answer: b

    Receive Locations should still be enabled and the BizTalk service(s) should still be running, so that other subscribers will still get their messages. Setting a Send Port state to Unenlisted state will cause the Send Port to stop subscribing to messages, and will therefore never receive the messages received in BizTalk while the state was Unenlisted. Setting the port to a stopped state will allow the port to receive all messages intended for the port and not send them, until the port is started again.

  4. 4. Answer: c

    If a message is published to the MessageBox without a message type Context Property, no disassembler has been executed in the Receive Port, and out of the box only the PassThruReceive pipeline has that lack of disassemblers. Therefore, we must assume that it has been used, and as we are receiving XML messages, using the XMLReceive pipeline should solve the problem.

  5. 5. Answer: c

    POP3 is the only out of the box adapter that has the capabilities of receiving e-mails from an exchange server. Also, the body part index should be 0, because the actual body part is required.