Posts

Showing posts from April, 2024

Crawl the content from SOAP API using Sitecore Search

Image
Sitecore search can crawl any content from different sources like Sitemap, REST API, RSS, PDF, Word document, etc, We have a requirement to crawl the data from the Soap Service API and provide the relevant content to the user. Let's see how easily Sitecore Search helps us to crawl the content from SOAP API. For Example , Let's crawl the list of languages from the SOAP API  provided below and store each language's details as a separate index document in Sitecore Search Below are the sample SOAP API details along with request and response object details http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso Steps to configure the source crawler to crawl the content from the SOAP API Create the Source with Web Crawler(Advanced) , usually for all APIs we used to go with API Crawler, but in this case, API Crawler does not support SOAP API Update the necessary settings Max Depth , Parallelism  etc. Click on the Trigger tab to configure the Trigger to pro