Hi,
I have migrated my application from using Sync Framework v1.0 to v2.0. I want to create a separate WCF service for Hub-n-spoke scenario as I am using SQL ent as server and sql express as my client DB. I am using SqlSyncProvider for both client as well as sever side provider. Now I want to have a wrapper class like Microsoft.Synchronization.Data.ServerSyncProviderProxy for Sync framework version 2.0 RTM with the inherited methods from the server providers ,so that I can implement it in the WCF Service.
Is there anything available in Sync 2.0 RTM as wrapper for server proxy similar to a class in v1.0 like Microsoft.Synchronization.Data.ServerSyncProviderProxy , in order to create a remote proxy? Am I missing something basic here ?
jxf