Hi.
Im using Sync 2.1..
And I'm synchronizing large XML files ower WCF, witch work "pretty" good however It's synchronizing the entire XML file.
Lets say I have an XML file 500 rows and im updating 1 row in one replica it stills send the whole text 500rows.?
Can anyone point me in the right direction if its possible with MSF to just transfer the single updated line in the XML file? and how do I know exactly what nodes in the XML that where updated(so I can store the raw Change)
?
Can MSF do any of this functionality or do I need to handle the diff between the XML files myself?
Edit: all XML files are dynamic