What is REST service and how it is different from web service. thanks
-
1http://en.wikipedia.org/wiki/Representational_State_Transfer – Quentin Apr 21 '11 at 08:53
-
possible duplicate of [Difference between REST and WebServices](http://stackoverflow.com/questions/1443160/difference-between-rest-and-webservices) – Fortega Apr 21 '11 at 08:56
6 Answers
In a nutshell, a REST service is focussed around resources. A SOAP service is typically focussed around operations.
Note that both REST and SOAP services are considered to be web services if they are operating over HTTP, even though different protocols are used.

- 21,297
- 6
- 52
- 68
You probably want to compare a RESTful web service with other web services. Check the link...

- 19,463
- 14
- 75
- 113
Infact you cannot compare between REST & Web Service, as Web service/ WCF service makes use of REST. For details please check below links
http://www.oracle.com/technetwork/articles/javase/index-137171.html
http://en.wikipedia.org/wiki/Representational_State_Transfer

- 9,805
- 3
- 33
- 43
it was asked before... Difference between REST and WebServices
another one.
http://www.ibm.com/developerworks/webservices/library/ws-restful/

- 1
- 1

- 3,049
- 6
- 32
- 47