Preparing the Response XML
Based on the provided case data, the response XML resembles this example.
<Responses>
<Response ID="ID1">
<Variable FullName="DataCollection.Status" DataType="Categorical"
Value="{completed}"/>
<Variable FullName="DataCollection.InterviewerID" DataType="Text" Value="user"/>
<Variable FullName="DataCollection.StartTime" DataType="Date"
Value="2014-10-31T02:00:19Z"/>
<Variable FullName="DataCollection.FinishTime" DataType="Date"
Value="2014-10-31T02:00:38Z"/>
<Variable FullName="DataCollection.RoutingContext" DataType="Categorical"
Value="{capi}"/>
<Variable FullName="DataCollection.EndQuestion" DataType="Text"
Value="Display"/>
<Variable FullName="DataCollection.TerminateSignal" DataType="Long" Value=""/>
<Variable FullName="DataCollection.CurrentPage" DataType="Long" Value="4"/>
<Variable FullName="preference" DataType="Categorical" Value="{milk}"/>
<Variable FullName="HomeDay" DataType="Categorical" Value="{saturday,sunday}"/>
<Variable FullName="Age" DataType="Long" Value="30"/>
</Response>
</Responses>
Next
See also