BizTalk Server Orchestration - Dynamic Mapping

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > September 2004 > Dynamic Mapping





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Dynamic Mapping
Guru

2004-09-15, 10:18 am

Hi

How to implement dynamic mapping using
"Microsoft.BizTalk.ExplorerOM.Transform" class.


Regards
Guru
Gilles [MSFT]

2004-09-15, 8:51 pm

Hello,

>How to implement dynamic mapping using
>"Microsoft.BizTalk.ExplorerOM.Transform" class.


This class allows you to inspect a BizTalk transformation. BizTalk transformations are also sometimes called "maps".
A map represent a mapping between a source schema and an output schema

The class allows you to inspect a transformation only (i.e. get the name of the assembly containing the transformation, the
source and destination schema ...). It does not allow you to alter these properties (properties are read only).

I am not sure I understand your question. Are you trying to change a map at runtime?
If so, this is not possible. Maps are "compiled" and cannot be changed at runtime. You can howeverbuild maps that produce different
outputs depending on the document that is presented, by using functoids, for instance.

Hope this helps.
-Gilles.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com