DatStat Illume 4.5 SDK Class Reference

WebServiceContext.MakeSubmission Method 

Makes one or more submissions in the survey named surveyName using the variable/response pairs given in dataHashArray.

public void MakeSubmission(
   String surveyName,
   Boolean testSurvey,
   Hashtable[] dataHashArray,
   MakeSubmissionOptions options
);

Parameters

surveyName
The name of the survey.
testSurvey
If this parameter is true the test publish version of the survey will be used.
dataHashArray
An array of Hashtable objects providing the mapping of variable names to responses for the submission.
options
Options that control error reporting and how the submission is processed. See MakeSubmissionOptions

Remarks

The Hashtable array dataHashArray will be used to set the responses for one or more survey submissions. Each Hashtable in the array provides the mapping of variable ‘friendly’ names to responses. Variable names that are not valid for the requested survey are ignored. An exception is raised if the type of a response object is not valid for a variable that exists in the requested survey. This method will also raise an exception if the requested survey cannot be found or has not been published.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace