3.1.4.15 ClearExtensionList

This operation is used to empty the list of file extensions recognized by the index server.

 <wsdl:operation name="ClearExtensionList">
         <wsdl:input message="ClearExtensionListSoapIn"/>
         <wsdl:output message="ClearExtensionListSoapOut"/>
 </wsdl:operation>

The protocol client sends a ClearExtensionListSoapIn request message and the protocol server responds with a ClearExtensionListSoapOut 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.

  • The protocol server then updates the current configuration version of the crawler application to the value of versionIn+1.

  • The protocol server clears the extension property of the portal content project.

  • On success, the protocol server MUST return the updated configuration version of the crawler application in the ClearExtensionListResult element in the response message.

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