SOAP - What's the point?

后端 未结 11 2010
灰色年华
灰色年华 2021-01-30 06:54

I mean, really, what is the point of SOAP?

Web services have been around for a while, and for a while it seemed that the terms \'SOAP\' and \'Web service\' were largely

11条回答
  •  渐次进展
    2021-01-30 07:17

    The way I see it, SOAP might be more "flexible", but as a result it's just way too complicated (you mentioned the WSDL, which is always a stumbling block to me personally).

    I get REST. It's simple. The only downside I might see is that you are limiting yourself to those 4 basic actions against a single resource, which might not exactly fit the way you view your data.

提交回复
热议问题