3.1.4.31 GetVersion

This operation is used to retrieve the configuration version of the crawler application.

 <wsdl:operation name="GetVersion">
         <wsdl:input message="GetVersionSoapIn"/>
         <wsdl:output message="GetVersionSoapOut"/>
 </wsdl:operation>

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

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

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