3.1.4.50 GetScopesInfo

This operation is used by the protocol client to retrieve information about all the search scopes defined in the protocol server.

 <wsdl:operation name="GetScopesInfo">
   <wsdl:input wsam:Action="http://tempuri.org/ISearchSiteAdministrationServiceApplication/GetScopesInfo" message="tns:ISearchSiteAdministrationServiceApplication_GetScopesInfo_InputMessage"/>
   <wsdl:output wsam:Action="http://tempuri.org/ISearchSiteAdministrationServiceApplication/GetScopesInfoResponse" message="tns:ISearchSiteAdministrationServiceApplication_GetScopesInfo_OutputMessage"/>
 </wsdl:operation>

The protocol client sends an ISearchSiteAdministrationServiceApplication_GetScopesInfo_InputMessage request message, and the protocol server responds with an ISearchSiteAdministrationServiceApplication_GetScopesInfo_OutputMessage response message, as follows:

  • On success, the protocol server MUST return in the response message an array of ScopeInfo data type as specified in section 2.2.4.24 . Each ScopeInfo data type MUST represent a search scope defined in the protocol server.

  • On error the protocol server MUST return a FaultException<ExceptionDetail> error message.