Mobile SDK > Disconnected mobile application reference > Mobile Synchronization Web Service (MobileSyncWebService) reference > URL overview > /Projects/PROJECT/RespondentData URL
 
/Projects/PROJECT/RespondentData URL
Description
Submit an XML file that contains all respondent data for the project, including case data responses, sample record updates, sample history records, quota updates, and quota transaction records. The respondent data is uploaded in one large XML file: see Uploading respondent data.
For performance reasons, the client application should archive the request body (into a ZIP file) and specify Content-Encoding: zip in the header.
Get Request
Example URL:
/SPSSMR/MobileSync/Projects/Museum/RespondentData
Get Response
HTTP 200 message if the upload is successful.
See also
URL overview