Makes one or more submissions in the survey named surveyName using the variable/response pairs given in dataHashArray.
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.
WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace