4.1.1 GetVersion

Request message:

 <?xml version="1.0" encoding="utf-8"?>
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <soap:Body>
     <GetVersion xmlns="http://microsoft.com/webservices/OfficeServer/Search/SearchApplicationWebService" />
   </soap:Body>
 </soap:Envelope>

Response message:

 <?xml version="1.0" encoding="utf-8"?>
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <soap:Body>
     <GetVersionResponse xmlns="http://microsoft.com/webservices/OfficeServer/Search/SearchApplicationWebService">
       <GetVersionResult>170</GetVersionResult>
     </GetVersionResponse>
   </soap:Body>
 </soap:Envelope>