3.1.4.1.2.3 SiteConfigInfo

This element is the actual content of the protocol client’s GetPortalSearchInfoSoapOut SOAP message.

 <s:element name="SiteConfigInfo">
   <s:complexType>
     <s:sequence>
       <s:element name="Name" type="s:string"/>
        <s:element name="Id" type="t:GUIDType"/>
       <s:element name="Scopes">
         <s:complexType>
           <s:sequence>
             <s:element name="Scope" type="s:string" minOccurs="0" maxOccurs="unbounded">
               <s:complexType>
                 <s:sequence>
                   <s:element name="Name" type="s:string"/>
                 </s:sequence>
               </s:complexType>
             </s:element>
           </s:sequence>
         </s:complexType>
       </s:element>
     </s:sequence>
   </s:complexType>
 </s:element>

Name: Human-readable name of the protocol server.

Id: GUID of the protocol server.

Scopes: List of search scopes for the protocol server. This element MUST contain in its child elements a list of all the search scopes that the protocol server supports.

Scopes.Scope: Information about an individual search scope. It MUST occur once for each search scope.

Scopes.Scope.Name: Name of a search scope.