How do you monitor your web services?

web-services

Solution

I keep track of my systems with nagios. Basically I scripted some queries to the relevant services so that I get warnings if they don't respond properly / in reasonable time.

Problem

Is there any tools that can be used to monitor SOAP, REST services for basic as well as service uptime etc.,

Original source