What is REST service? [closed]
What is REST service and how it is different from web service. thanks
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.
See here for more info.
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
You probably want to compare a RESTful web service with other web services. Check the link...
It's a way of designing a web service.
Representational State Transfer
it was asked before... Difference between REST and WebServices
another one.
http://www.ibm.com/developerworks/webservices/library/ws-restful/
http://www.xfront.com/REST-Web-Services.html
http://www.ajaxonomy.com/2008/xml/web-services-part-1-soap-vs-rest
精彩评论