Restful web services

Restful web services are your web services that are implemented using HTTP and the principles of REST, which means that they have a base URI.

They support a data exchange format like XML or JSON and possibly others.

And they support a set of HTTP operations like GET and POST.

comments powered by Disqus