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

后端 未结 4 514
逝去的感伤
逝去的感伤 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:20

    It could be done. Just remember that SOAP is not the fastest way to exchange information as there is a big overhead (big XMLs have to be sent back and forth) - that's probably why you don't see it used that often

提交回复
热议问题