You use maps to convert input messages conforming to one schema into output messages conforming to a different schema. These conversions may be simple or quite complex, involving calculations and consolidation of information.
The following table lists some of the questions that you need to answer when you plan to create maps.
|
Planning question
|
Recommendation
|
|---|
|
What maps do I need to create?
|
Make a list of the business documents that you will process with Microsoft® BizTalk Server 2006. Such a list might include, for example, a purchase order, an invoice, a shipping confirmation, and so on. The list might also include more than one of each such business document, such as when the structure of a purchase order you receive from one trading partner is different than the structure of a purchase order you receive from another trading partner.
Go through the list and decide which of the documents need to be in a different format, or which documents are best handled by conversion to a common format.
|
|
Where do I need maps?
|
You can use maps in send ports, receive ports, and in orchestrations representing business processes. Consider where you want or need to convert documents.
|
|
Do I have old maps to convert?
|
Many maps from previous versions of BizTalk should migrate without modification. Allocate enough time to test the migrated maps.
Maps containing Scripting functoids or custom functoids may require additional work. For more information, see Migrating Functoids.
|
Tasks
Migrating Functoids
Other Resources
About Maps