3.1.4.43.2.2 GetSearchDataResponse

The GetSearchDataResponse element specifies the result data for the GetSearchData WSDL operation.

 <xs:element name="GetSearchDataResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="GetSearchDataResult" type="tns2:CommandResult"/>
       <xs:element minOccurs="0" maxOccurs="1" name="tableXml" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

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

tableXml: A string ([XMLSCHEMA2] section 3.2.1) that specifies the XML containing the content of the returned rows, as specified for the tableXml element of the OpenResultSetResponse element (section 3.1.4.10.2.2)..