4.3.2 StartCrawl

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>
     <StartCrawl xmlns="http://microsoft.com/webservices/OfficeServer/Search/SearchApplicationWebService">
       <versionIn>180</versionIn>
       <contentSource>12</contentSource>
       <type>0</type>
     </StartCrawl>
   </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>
     <StartCrawlResponse xmlns="http://microsoft.com/webservices/OfficeServer/Search/SearchApplicationWebService">
       <StartCrawlResult>
         <crawlStatus>1</crawlStatus>
         <crawlStarted>2008-02-16T15:56:54</crawlStarted>
         <crawlCompleted>1899-12-30T00:00:00</crawlCompleted>
         <errorCount>0</errorCount>
         <crawlSuccesses>0</crawlSuccesses>
       </StartCrawlResult>
     </StartCrawlResponse>
   </soap:Body>
 </soap:Envelope>