Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What are the disadvantages of RESTful Web Services over SOAP Web Services?

user-image
Question added by Deleted user
Date Posted: 2014/07/25
Yatesh  Chauhan
by Yatesh Chauhan , Java Developer , Prutech Solution

Rest can work on only HTTP protocol only.

Jehangir Wahid
by Jehangir Wahid , Lead Software Developer , Inaequo Solutions

REST is a lightweight architecture but it is not suitable to handle a complex environment, which is handled by SOAP usually.

Dan Nemes
by Dan Nemes , Software developer , CGS Europe

- there is no common standard accepted yet for the formal REST service description

- REST requests (especially GET) are not suitable for large amount of data

More Questions Like This