开发者

What is REST service? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel开发者_运维问答 that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜