Hi together,
hope some great Gurus are here. ;-) I'm trying to do some XML-Mappings with BTM and having the following problem:
source-XML:
<root>
<sender>
<name>Donald</name>
</sender>
<receiver>
<name>Dagobert</name>
</receiver>
</root>
should go via BTM to
<person>
<type>initiator</type>
</person>
<type>terminator</type>
I'm trying to do with the looping functiod, but having no information inside if im getting my values from sender or receiver of the source schema. Anybody can help me please?
Greets
Thorsten
Did you create 2 Schemas for Source and destination?
Looks like your 2 Xmls have same Root node.....so that is an issue as BizTalk needs Schemas with unique RootNode/NameSpace combination. Post the screenshot of the map....as to see how it looks.
Regards,NISHIL MCT,MCTS | Freelance BizTalk Consultant.biztalkconnect.blogspot.com