How to Configure Outbound Maps for a Receive Port

This topic describes how to use the BizTalk Server Administration console to configure outbound maps for a receive port. You can use outbound maps with request-response receive ports to transform outbound messages from one schema to another; for example to transform messages that your company uses into a schema that a partner uses.

You use a map to apply an XSL transformation to a response message sent by the receive port without processing the message through an orchestration. You can add an outbound map, remove a map, or change an existing map to a different one. You can add more than one map to a receive port, but each map must have a unique source schema. For background information about maps, see Maps.

Prerequisites

To perform the procedure in this topic, you must be logged on with an account that is a member of the BizTalk Server Administrators group. For more detailed information on permissions, see Permissions Required for Deploying and Managing a BizTalk Application.

To configure outbound maps for a receive port

  1. Click Start, click All Programs, click Microsoft BizTalk Server 20xx, and then click BizTalk Server Administration.

  2. In the console tree, expand the BizTalk group and the BizTalk application for which you want to configure outbound maps for a receive port.

  3. Expand Receive Ports, right-click the receive port, click Properties, and then click Outbound Maps.

  4. Configure the outbound maps as described in the following table, and then click OK.

    Use this To do this
    Remove Click to remove the selected map.
    Source Document From the drop-down list, select the source schema to use with this port.
    Map From the drop-down list, select the map you want to associate with this port.
    Target Document From the drop-down list, select the destination schema to use with this port.

See Also

Managing Receive Ports
Managing Maps