I have the following problem. I have a schema A which imports schema B. If I open BizTalk mapper and map from an incoming schema to schema A, I cannot see any properties or elements of schema B which is imported in schema A. The import of schema B in schema A was made with Schema A -> Properties -> Advanced -> Imports (Schema B).
Hi, importing schema B into schema A doesn’t mean all the content in schema B will appear in schema A. Importing schema B into schema A only enables schema A to use the type that’s defined in schema B.
It seems like you want to map the source message to 2 output messages. if this is what you are trying to do, you can configure your Transform shape to have 2 destination messages.
Anyways, hope this helps.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.