0 votes
in Web Service by
What are the advantages of RESTful web services?

1 Answer

0 votes
by

These are some of the important advantages of RESTful web services:

  1. Fast - The Web Services are fast because there is no strict specification of SOAP. It consumes less bandwidth and resource.
  2. Language Independent - The web services can be written in any programming language.
  3. Platform Independent - The web services can be executed on any platform.
  4. Can use SOAP - The web services can use SOAP web services as the implementation.
  5. Allows different data format - The web service permits different data format such as Plain Text, HTML, XML, and JSON.
...