Is there any tools that can be used to monitor SOAP, REST services for basic as well as service uptime etc.,
+2
A:
In a development environment I use either the TcpMonitor that came with Apache Axis or WireShark which is less invasive in the sense that you don't have to change port numbers or hostnames in your configuration.
Also, for services implemented via Java servlets, I have a filter that I can put in front of the service which logs the payload of each request and response.
Andy
2009-12-03 14:41:48
+1 for servlet filters
Andy Gherna
2009-12-03 15:02:52
A:
If you want only to monitor my suggestion is nagios (just see the other answers) But if you want a tool to display performance data on graphs, a good one is Cacti, it uses RRDTool and can help you generating graphs. It keeps a historical graphing data.
Diego Dias
2009-12-03 15:08:58