3.1.4.28 GetImportStatus

This operation is used to retrieve the user profile import status of a user profile content source.

 <wsdl:operation name="GetImportStatus">
         <wsdl:input message="GetImportStatusSoapIn"/>
         <wsdl:output message="GetImportStatusSoapOut"/>
 </wsdl:operation>

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

  • On success, the protocol server returns, in the GetImportStatusResult element of the response message, the user profile import status of the user profile content source specified by the contentSourceName element of the request message.

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