I have a service, which used sync frame work 4.0 (MySyncService.svc) and scope name is "customer".
as client, I call that service via direct links: MySyncService.svc/customer/uploadchanges/?slsID=S001, MySyncService.svc/customer/downloadchanges/?slsID=S001 instead of MySyncService.svc
and I use an android device to call that service.
I thought that the param in downloadchanges link is used for filtering data in server side. but I dunno what is the param in uploadchanges link used for ?
Please help me to explain it, thanks so much
P/S: sorry for my poor eng