Click to Rate and Give Feedback
MSDN
MSDN Library
BizTalk Server
Development
 How to Add Maps to Send Ports for O...
Collapse All/Expand All Collapse All
How to Add Maps to Send Ports for Outbound Normalization Using BizTalk Explorer

In BizTalk Server 2006 you can use a map to transform the schema of a message at the send port without processing the message through an orchestration. You can use BizTalk Explorer to associate a map to a send port, and you can add one map for each document schema that you want to use with the send port. You must deploy a map before you can add it to a send port. For more information about using maps, see About Maps.

Aa562149.note(en-us,BTS.20).gifNote
You can add more than one map to a send port, although all the maps should have a unique source document.

Aa562149.note(en-us,BTS.20).gifNote
If you have more than one map and the message does not match any of the source schemas, the message will pass through without being mapped and without throwing an error. If your map relies on a specific schema, you should configure the send pipeline to validate messages against one or more schemas.

  1. In Visual Studio 2005, in a BizTalk Server project, on the View menu, click BizTalk Explorer.

  2. In BizTalk Explorer, expand the Send Ports or Send Port Groups collection, right-click the send port to which you want to add a map, and then click Edit.

  3. In the Send Port Properties dialog box, expand the Filters & Mapping collection in the left pane, and then select the Outbound Maps node.

    Only maps deployed in assemblies are shown in the right pane.

  4. In the right pane, click the first empty row under Map to select a map from the drop-down list, and then click OK.

    Aa562149.note(en-us,BTS.20).gifNote
    After you have selected a map, no maps that have the same source schema will be available for further selection.

    The map is added to the send port. The map takes effect almost immediately; caching may slightly delay the application of the map.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker