Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

Mapping problem

BizTalk 2010

This group is for all content related to BizTalk Server 2010. This includes a forum and samples.

Mapping problem

Not Answered This question is not answered

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

<root>

  <person>

    <type>initiator</type>

    <name>Donald</name>

  </person>

  <person>

    <type>terminator</type>

    <name>Dagobert</name>

  </person>

</root>

 

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

Edit
All Replies
  • 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

    • Top 25 Contributor
Page 1 of 1 (2 items)