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

1 Answer

0 votes
by

These are some of the important disadvantages of SOAP web services:

  1. Slow - It uses XML format that must be parsed to be read and defines many standards that must be followed while developing the SOAP applications. So it is slow and consumes more bandwidth and resource.
  2. WSDL Dependent - It uses WSDL and doesn't have any other mechanism to discover the service.

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
...