3.1.4.3.2.2 GetSearchMetadataResponse

This element is the body of the GetSearchMetadataSoapOut SOAP message.

 <s:element name="GetSearchMetadataResponse">
   <s:complexType>
     <s:sequence>
       <s:element name="GetSearchMetadataResult">
         <s:complexType>
           <s:sequence>
             <s:element ref="s:schema"/>
             <s:any/>
           </s:sequence>
         </s:complexType>
       </s:element>
     </s:sequence>
   </s:complexType>
 </s:element>

GetSearchMetadataResult: Specifies information about the properties and search scopes that the protocol server supports. The information MUST be encoded in an ADO.NET DataSet object, which MUST BE encoded in the DiffGram format. This format is specified in [MS-DSDIFFGRAM].  The name of the DataSet object MUST be "SearchMetadata". The DataSet object SHOULD contain the Properties Table and the Scopes Table.<30>