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. An Orchestration is currently configured with a Specify Later binding and is meant to be connected to a port that sends messages using the FILE Adapter. The requirements are that the folder and name of the file need to be specified at runtime, based on the data in the message. What should you do?

    1. Configure the port binding to be Dynamic, and in a Message Assignment shape, set the Microsoft.XLANGs.BaseTypes.Address field for the message to point to the correct folder and name of the file.

    2. Configure the port binding to be Dynamic, and in an Expression shape, set the Microsoft.XLANGs.BaseTypes.Address field for the message to point to the correct folder and name of the file.

    3. Configure the port binding to be Dynamic and in an Expression shape, set the Microsoft.XLANGs.BaseTypes.Address field for the port to point to the correct folder and name of the file.

    4. In a Message Assignment shape, set the BTS.ReceivedFileName context property of the message to point to the correct folder...