Scenario:
I have a smart device running compact framework v3.5, which has a local sdf database file on it.
I also have a desktop/server with a local sdf database file running a WCF service.
Sync framework is v2.
Sync needs to be called from smart device between it and the server.
Examples I've seen require the use of sessions, which aren't supported over basicHttpBinding on the WCF service, but this is the only type that the smart device does support.
How can I solve this issue so that the smart device can sync with the server using WCF?