4.3.1 GetContentSources

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>
     <GetContentSources xmlns="http://microsoft.com/webservices/OfficeServer/Search/SearchApplicationWebService">
       <versionIn>180</versionIn>
       <catalog>0</catalog>
     </GetContentSources>
   </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>
     <GetContentSourcesResponse xmlns="http://microsoft.com/webservices/OfficeServer/Search/SearchApplicationWebService">
       <GetContentSourcesResult>
         <contentSourcesInternal>
           <ContentSourceInternal>
             <id>4</id>
             <systemCreated>true</systemCreated>
             <type>1</type>
             <name>Local Office SharePoint Server sites</name>
             <wssCrawlStyle>0</wssCrawlStyle>
             <metadata />
             <followDirectories>false</followDirectories>
             <pageDepth>2147483647</pageDepth>
             <siteDepth>0</siteDepth>
             <startAddresses>
               <string>http://servername:500</string>
               <string>http://servername</string>
               <string>sps3://servername:500</string>
             </startAddresses>
             <throttleStart>0</throttleStart>
             <throttleDuration>0</throttleDuration>
             <nextIncCrawlStart>9999-12-31T23:59:59.9999999</nextIncCrawlStart>
             <nextFullCrawlStart>9999-12-31T23:59:59.9999999</nextFullCrawlStart>
             <dynamic>
               <crawlStatus>0</crawlStatus>
               <crawlStarted>2008-02-16T14:24:12</crawlStarted>
               <crawlCompleted>2008-02-16T14:24:32</crawlCompleted>
               <errorCount>0</errorCount>
               <crawlSuccesses>0</crawlSuccesses>
             </dynamic>
           </ContentSourceInternal>
           <ContentSourceInternal>
             <id>12</id>
             <systemCreated>false</systemCreated>
             <type>3</type>
             <name>Documents</name>
             <wssCrawlStyle>0</wssCrawlStyle>
             <metadata />
             <followDirectories>true</followDirectories>
             <pageDepth>2147483647</pageDepth>
             <siteDepth>0</siteDepth>
             <startAddresses>
               <string>http://www.microsoft.com</string>
             </startAddresses>
             <throttleStart>0</throttleStart>
             <throttleDuration>0</throttleDuration>
             <incCrawlTrigger>MAAAANgHAgAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAAAAAAAAAAA</incCrawlTrigger>
             <nextIncCrawlStart>2008-02-17T00:00:00</nextIncCrawlStart>
             <nextFullCrawlStart>9999-12-31T23:59:59.9999999</nextFullCrawlStart>
             <incScheduleDescription>At 12:00 AM every day, starting 2/16/2008</incScheduleDescription>
             <dynamic>
               <crawlStatus>0</crawlStatus>
               <crawlStarted>1899-12-30T00:00:00</crawlStarted>
               <crawlCompleted>1899-12-30T00:00:00</crawlCompleted>
               <errorCount>0</errorCount>
               <crawlSuccesses>0</crawlSuccesses>
             </dynamic>
           </ContentSourceInternal>
         </contentSourcesInternal>
         <metadata />
       </GetContentSourcesResult>
     </GetContentSourcesResponse>
   </soap:Body>
 </soap:Envelope>