|
Home > Archive > BizTalk Server Orchestration > July 2004 > Mapping
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]
|
|
| EastOx 2004-07-21, 5:50 pm |
| Hi, There:
I tried to map Doc1 to Doc2. Suppose looping functoid can make it. But I can not get right result.
Doc1
<Header>
<PO>
<POID></POID>
**<N101>ST</N101> **<N101>BT</N101> (repeating record)
<PO1>
<PO102></PO102>
<N1b>
<N1b01></N1b01>
<N1b02></N1b02>
</N1b>
</PO1>
</PO>
</Header>
Doc2
<Header>
<PO>
<POID></POID>
<N1>
* <N101></N101>
</N1>
<PO1>
<PO102></PO102>
<N1b>
<N1b01></N1b01>
<N1b02></N1b02>
</N1b>
</PO1>
</PO>
</Header>
Doc1.PO ------- 'Looping' shape ------- Doc2.PO.N1
Doc1.PO.N101 -------------------------- Doc2.PO.N1.N101
Doc1.PO ------- 'Looping' shape ------- Doc2.PO.PO1
Doc1.PO.PO1.PO102 --------------------- Doc2.PO.PO1.PO102
Doc1.PO.PO1.N1b.N1b01 ----------------- Doc2.PO.PO1.N1b.N1b01
Above are Doc1 and Doc2 and how I mapped them, come with wrong result. Anything wrong with them? Looking forward to getting the answer about it. Thanks.
| |
| Tan Bao Nguyen 2004-07-21, 8:47 pm |
| You only need one looping functoid. Connect <N101> to the looping functoid
and then link the looping functoid to <N1>. Then do a direct link from
<N101> to <N101>.
Regards,
Tan Nguyen
Microsoft BizTalk Server
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------[vbcol=seagreen]
can not get right result.[vbcol=seagreen]
Anything wrong with them? Looking forward to getting the answer about it.
Thanks.[vbcol=seagreen]
|
|
|
|
|