HAMcast developers

Changes between Version 5 and Version 6 of documentation/tools/monitoring/rest


Ignore:
Timestamp:
02/18/12 13:40:46 (12 years ago)
Author:
zagaria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tools/monitoring/rest

    v5 v6  
    1313
    1414A 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
     20To call a method on the Rest server a HTTP POST message has to be send to the server.
     21This POST message has to contain the URI (name of the method) and a number of arguments, if necessary for the call.
    1722
    1823
     24{{{
     25
     26}}}
     27
     28