what is the difference between rest and restful web services

Frank
Frank
Member
26 Points
13 Posts

Hi,

what is the difference between rest and restful web services?

Views: 9551
Total Answered: 1
Total Marked As Answer: 0
Posted On: 14-Jul-2015 06:44

Share:   fb twitter linkedin
Answers
sam
sam
Member
378 Points
48 Posts
         

Hi Frank,

REST (Representational state transfer) is a style of software architecture.RESTful is typically used to refer to web services that implement such an architecture.

A RESTful web service has following basic characteristics which are:

  • Use HTTP methods explicitly.
  • Be stateless.
  • Expose directory structure-like URIs.
  • Transfer XML, JavaScript Object Notation (JSON), or both.
Posted On: 15-Jul-2015 04:30
 Log In to Chat