3.1.4.24 GetCrawlRuleList

This operation is used to retrieve the portal content project’s list of crawl rules.

 <wsdl:operation name="GetCrawlRuleList">
         <wsdl:input message="GetCrawlRuleListSoapIn"/>
         <wsdl:output message="GetCrawlRuleListSoapOut"/>
 </wsdl:operation>

The protocol client sends a GetCrawlRuleListSoapIn request message and the protocol server responds with a GetCrawlRuleListSoapOut response message, as follows:

On receipt the protocol server validates the versionIn value from the request message. If it doesn’t match the current configuration version of the crawler application, the protocol server MUST throw a SOAP fault message containing an UpdatedConcurrencyException.

  • If the operation succeeds, the protocol server MUST return all crawl rules in the GetCrawlRuleListResult element of the response message.

  • On error, the protocol server MUST throw a SOAP fault message.