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

1 Answer

0 votes
by

These are some of the important advantages of web services:

  1. Interoperability: With the help of web services, an application can communicate with other application developed in any language.
  2. Reusability: We can expose the web service so that other applications can use it.
  3. Modularity: With the help of web service, we can create a service for a specific task such as tax calculation.
  4. A Standard protocol for every application program: Web services use standard protocol so that all the client applications written in different languages can understand it. This Standard protocol helps in achieving cross-platform.
  5. Cheaper cost for communication: Web services uses SOAP over HTTP so that anybody can use existing internet for using web services.

Related questions

0 votes
asked Sep 23, 2023 in Web Service by john ganales
0 votes
asked Sep 24, 2023 in Web Service by john ganales
...