SOAP (Simple Object Access Protocol) is a platform-independent messaging protocol for communication between distributed applications, standardized by the World Wide Web Consortium (W3C). Here HTTP is used as transport protocol.
Endpoint
http://chex.esimad.de/SoapService/CrawlerService.svc
WSDL (Web Services Description Language)
http://chex.esimad.de/SoapService/CrawlerService.svc?wsdl
Methoden
- CheckUserAgent
- Checks if the passed user agent string comes from a Web crawler.
- CrawlerList
- Returns a current list of the evaluated user agent strings.
- RegExp
- Returns the regular expression with which the passed user agent string is evaluated.