BizTalk Server General - Mapping problem

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > November 2004 > Mapping problem





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Mapping problem
Dick Dijkstra

2004-11-29, 7:48 am

I've got a problem with a map in biztalk 2004. Here's what I want to do:

From this input message,

<Message_1>
<Record_1>
<Field_1/>
<Field_2/>
</Record_1>
</Message_1>
<Message_2>
<Record_1>
<Field_1/>
<Field_2/>
</Record_1>
</Message_21>

I want to create this message:


<Destination>
<Record_1_From_Message_1>
<Field_1/>
<Field_2/>
</Record_1_From_Message_1>
<Record_1_From_Message_2>
<Field_1/>
<Field_2/>
</Record_1_From_Message_2>
</Destination>

Any Ideas? Thanks in advance
Danny Buysse

2004-11-29, 7:48 am

Does it really to be your tag that is different? If so you'll need to do this
with in-line XSLT to achieve this.
There are some examples within this newsgroup.

Danny
http://dannybuysse.blogspot.com/

"Dick Dijkstra" wrote:

> I've got a problem with a map in biztalk 2004. Here's what I want to do:
>
> From this input message,
>
> <Message_1>
> <Record_1>
> <Field_1/>
> <Field_2/>
> </Record_1>
> </Message_1>
> <Message_2>
> <Record_1>
> <Field_1/>
> <Field_2/>
> </Record_1>
> </Message_21>
>
> I want to create this message:
>
>
> <Destination>
> <Record_1_From_Message_1>
> <Field_1/>
> <Field_2/>
> </Record_1_From_Message_1>
> <Record_1_From_Message_2>
> <Field_1/>
> <Field_2/>
> </Record_1_From_Message_2>
> </Destination>
>
> Any Ideas? Thanks in advance
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com