Google News
logo
Web Services - Interview Questions
What are disadvantages of REST web services?
Some of the disadvantages of REST are :

* Sessions can’t be maintained.
* Since it works on HTTP, there can’t be asynchronous calls.
* Since there is no contract defined between service and client, it has to be communicated through other means such as documentation or emails.
Advertisement