Developer Documentation Library > Mobile SDK > Testing a mobile application > Testing a disconnected application > Uploading respondent data
 
Uploading respondent data
Use the /Projects/PROJECT/RespondentData URL to post data changes. The respondent data information is defined in the RespondentData XML.
The request header is as follows:
post http://localhost/SPSSMR/MobileSync/Projects/quotasample/RespondentData HTTP/1.1
User-Agent: Fiddler
Accept: application/xml
Session-Token: 92d8cb82-eb67-4192-9110-eabbffd87f33
Host: localhost
The following response is generated after a successful post:
HTTP/1.1 204 No Content
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Fri, 31 Oct 2014 09:20:50 GMT
Next
Survey test points
See also
Testing a disconnected application