I have problem in synching with The service sample project in
Microsoft Sync Framework 4.0
The list service successfully published in iis and its scope and meta data shows successfully.
And service "DefaultScopeSyncService.SVC" seems fine.
In the client side I used Wm 6.5 project and Settings updated according Sync service url.
after I try sync to server in
ChangeSet changeSet = this._localProvider.GetChangeSet(changeSetId);
and
ChangeSetResponse response = (ChangeSetResponse)this._cacheRequestHandler.ProcessCacheRequest(request);
It return {"The remote server returned an error: (400) Bad Request."} System.Exception {System.Net.WebException}
I can use login method successfully.
Thank you