Map <choice> in BizTalk Mapper

Home Page Forums BizTalk 2004 – BizTalk 2010 Map <choice> in BizTalk Mapper

Viewing 1 reply thread
  • Author
    Posts
    • #18809

      I want to transform a source schema which contains a <choice> with 2 records into a destination schema which also contains a <choice> with 2 records.

      A way to do it is using a Logical Existince functoid and a Value Mapping fuctoid foreach element. But the two both contains a large structure og elements, and therefor i’m looking for a smarter way to do it.

      Does anyone have a solution or a tip, which can solve my little problem.

      thanks in advance, 

       

       

    • #18828

       Try Mass Copy functiod

       

      And let know if its work

       

      • #18842

        Actually if the structure on both sides in the BizTalk mapper is the same, there is no need for functoids when mapping choice blocks. In my case the mapper handles choice-blocks in repeating records just fine.

        I think the problem i mentioed occurs when the structure is a choice block on the one side, and is to be mapped to a structure with some kind of abstraction on the other side. Then it can be necessary using functoids, or if it gets to advanced it may be better using a deside shape with xpath logic in a orchestration, to make some kind of work around.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.