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

Creating Maps


Mapping is one of the areas that has got the biggest attention in BizTalk Server 2010 in terms of user interface. In BizTalk Server 2013, it was improved behind the scenes where the runtime was updated to use XslCompiledTransform, which increases the performance of Map execution.

Most integrations will use one or more maps as a part of processing the message. Being skilled at creating well-performing, change-friendly, and maintainable maps is therefore one of the most sought-after skills among the BizTalk developers.

Maps range from simple to very complex, where the user interface changes have really improved the usability around complex maps.

Simple maps may only include connecting a few elements together using simple direct links as shown in the following screenshot.

There are several ways a Map can be implemented:

  • Links

  • Functoids

  • External XSLT script

  • A combination of links, Functoids, and inline XSLT

    Note

    All samples and Map images used throughout the this chapter can be found in...