Javascript – Why is it not a good idea to use SOAP for communicating with the front end (ie web browser)

javascriptsoap

Why is it not a good idea to use SOAP for communicating with the front end? For example, a web browser using JavaScript.

Best Solution

  • Because it's bloated
  • Because JSON is natively understandable by the JavaScript
  • Because XML isn't fast to manipulate with JavaScript.