Hi all,I have a mobile app which will require the ability to sync data in the field. I want to use the OTB data sync capability to do this, however i also have the requirement to perform some additional server side tasks before and after the data sync service call. The tasks will be to enforce pre\post sync auditing and run some calculations on the synced data. I would prefer not to have the client call multiple services (performance + a potential security threat as they could sync without passing through the audit trail)I"m not sure if this is feasible, but what i'm trying to do is create a SOE which the following functionality.Invoke SOE
Call PreSync Service
Invoke OTB ArcGIS Mobile Data Synchronisation Service via the REST interface (Block)
Call PostSync Service
I would then try and have the client call the SOE to sync data instead of the normal REST endpoint.Is this possible? Any help would be greatly appreciated.cheers