Changes between Version 5 and Version 6 of documentation/tools/monitoring/rest
- Timestamp:
- 02/18/12 13:40:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
documentation/tools/monitoring/rest
v5 v6 13 13 14 14 A detailed description of RESTful web service can be found at : [[BR]] 15 [http://de.wikipedia.org/wiki/Representational_State_Transfer][[BR]] 16 [http://www.oio.de/public/xml/rest-webservices.htm] 15 [http://en.wikipedia.org/wiki/Representational_state_transfer][[BR]] 16 [http://www.ibm.com/developerworks/webservices/library/ws-restful/] 17 18 == Example call == 19 20 To call a method on the Rest server a HTTP POST message has to be send to the server. 21 This POST message has to contain the URI (name of the method) and a number of arguments, if necessary for the call. 17 22 18 23 24 {{{ 25 26 }}} 27 28