3.1.4.9.2.2 OpenResultSetResponse

The OpenResultSetResponse element specifies the result data for the OpenResultSet WSDL operation.

 <xs:element name="OpenResultSetResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:tns="http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/AccessServerInternalService/" minOccurs="0" name="OpenResultSetResult" nillable="true" type="tns:CommandResult"/>
       <xs:element minOccurs="0" name="tableXml" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="totalRowCount" type="xs:int"/>
       <xs:element minOccurs="0" name="cacheId" nillable="true" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

OpenResultSetResult: A CommandResult, as specified in section 2.2.4.4. MUST be present.

tableXml: A string ([XMLSCHEMA2] section 3.2.1) that specifies XML containing the returned rows.

Each child of the "DocumentElement" child of the "Diffgram" child of the "DataTable" element MUST be named "Data".

totalRowCount: An int ([XMLSCHEMA2] section 3.3.17) that specifies the total number of rows in the Source (section 3.1.1.1), which was previously supplied as an input element in the GetObjectSchema operation (section 3.1.4.7.2.1).

cacheId:  cacheId uniquely identifies a result set in the cache.