BizTalk Server Applications Integration - Looping/Mapping issues

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Applications Integration > February 2004 > Looping/Mapping issues





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 Looping/Mapping issues
Ramesh Jayapal

2004-02-08, 3:35 pm

Hi Group,

I have some issues while I mapping inbound doc to outbound doc. Could anyone
help to solve the following.

Inbound doc.

<inbound>
<details>
<reference>PO</reference>
<value>10000</value>
</details>
<details>
<reference>SO</reference>
<value>20000</value>
</details>
</inbound>

Outbond doc:
<inbound>
<details>
<value>10000</value>
<value>20000</value>
</details>
</inbound>

Looks simple right? if my inbound document is follow, how to get the
following output

<inbound>
<details>
<reference>PO</reference>
<value>10000</value>
</details>
<details>
<reference>SO</reference>
<value>20000</value>
</details>
</inbound>

Outbond doc:
<outbound>
<details>
<value>*</value> Comments: if the inbound
doc, dont have PO loop, then outbound doc should have * in its position.
<value>20000</value>
</details>
</outbound>


Appreciate if you guide me how to accomplish this case. Let me know if you
need more details.

Thanks & Regards,

Ramesh.


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com