See Also: Home Links Personal Site Blogroll  FriendFeed CV

Tags:

Topic Image

REST: Representational State Transfer

REST Web Service Conventions:

  • Plain XML is the data representation format.
  • HTTP is the transfer protocol.
  • HTTP's GET, POST, PUT, and DELETE are the access/manipulation verbs.
  • URIs point to individual data records (such as catalog items or customer info).
  • HTTP authentication and SSL provide security.

Useful reads:


See Also: XML Technologies | SOAP | Web Services | Notes Index