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

Edit Mapping to an Abstract Type Node

BizTalk 2004

This group is for all content related to BizTalk Server 2004. This includes a forum, samples, videos, labs, whitepapers, and tools. Most of the content here also applies to other versions of BizTalk beyond 2004.
Create/Edit Post
The message you are editing: Mapping to an Abstract Type Node
  • Hi,

    I have this situation wherein supposedly Node \"Detail\" is an abstract type. Then we have \"General Detail\" and \"Specific Detail\" as Node \"Detail\" 's subclass.

    Here is more or less the picture of the map

    Source---------------------------------->Destination
    -------------------------------------------- [Detail] (*Abstract)
    ----------------------------------------------- [GeneralDetail]
    [A]-------------Mapped To----------------------->@[type]
    ----------------------------------------------- [SpecificDetail]
    ------------------------------------------------------@[type]

    The output would be like this:
    (1)
    <Detail xsi:type=\"GeneralDetail\" type=\"A\">

    instead of
    (2)
    <GeneralDetail type=\"A\">

    Is this okay? I want it to output the (2), not (1).

    Is there an alternative way on the mapping to achieve (2) instead?

    If there is something that is not clear, please let me know.

    Thanks,
    Fred
    Quote
  • (Click to Add)
  • :