I was just curious if anyone has used SyncML (Synchronization Markup Language)
and if it's a good standard to use.
We'd need it for synchronising information from a tablet device to a web server (via web service) and vice versa.
Is SyncML too bloated? I was looking at some of the SyncML APIs and was quite daunting. So the big choice is to use this standard or build an in-house solution.
Even if I did do it in-house, we'd have to create some sort of way to define the data we're sending up, so definitely looking at building an XML schema, or alternatively use JSON.
Any opinions? Ideas?