BizTalk Server Orchestration - Mapping Problem using functoids

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > June 2006 > Mapping Problem using functoids





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 using functoids
venukancharla@gmail.com

2006-06-09, 1:18 pm

HI All

I have a source document which looks like follows:


<root>
<elements>
<element1>1</element>
<element2>
<element3 Name="name" Address="address" />
<element3 Name="name" Address="address" />
</element2>
</elements>
</root>


destination document like follows:


<ns0:root xmlns:ns0:="http://xyz">
<ns0:sync>
<ns0:after>
<elements element1="1" Name="Name" Address="address"/>
</ns0:after>
</ns0:sync>
</ns0:root>

I want to stored above in coming message in SQL Database

I try with looping functoid,index functoid but iam getting 2 records
while i am storing in database.
In database it is storing like this
this is first record
1 (element1)
xyz (name in element3)
3521 NJ (address in element3)

this is second record
1 (element1)
xyz (name in element3)
3521 NJ (address in element3)

Can any one help me.

thanks
wask

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com