Mobile SDK > Disconnected mobile application reference > Mobile Synchronization Web Service (MobileSyncWebService) reference > MobileSyncWebService web.config settings
 
MobileSyncWebService web.config settings
CachePath
The stored data location. The location includes data that is retrieved fromSyncWebServiceV2, and MobileSyncWebService generated data. The default location is
%PROGRAMDATA%\IBM\SPSS\DataCollection\<Version>\MobileSync\Cache
DiskCacheExpiry
The time (in hours) that projects are allowed to remain in the disk cache before they are deleted. The default value is 168 hours (1 week).
MemoryCacheExpiry
The time (in minutes) that fields are allowed to remain in the in-memory cache before they are removed. The default value is 60 minutes.
SessionTokenExpiry
The time (in minutes), from the last request, that the Session-Token is valid. The default value is 10 minutes.
Config SyncWebServiceV2 URL
The SyncWebServiceV2 URL can be configured through the configuration\system.serviceModel\client\endpoint element's address attribute.
Configuring SSL
To configure the MobileSyncWebService SSL connection, replace the <endpoint> node in the web.config file as follows:
<endpoint address="https://localhost/spssmr/SyncWebServiceV2/service.svc" binding="basicHttpBinding" bindingConfiguration="ssl" contract="SyncServiceV2.ISyncService" name="ssl" />
See also
Mobile Synchronization Web Service (MobileSyncWebService) reference