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

后端 未结 4 516
逝去的感伤
逝去的感伤 2020-12-29 22:33

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

4条回答
  •  攒了一身酷
    2020-12-29 23:25

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

提交回复
热议问题