intertwingly

It’s just data

REST vs SOAP


My POW, FWIW:

The sweet spot is GET and POST of XML Infomation Sets. REST's content independence and SOAP's transport independence are simultaneously both key strengths and weaknesses of each approach. Both contain speculative features that have not been widely adopted (e.g., DELETE? Content-Negotiation?). The most underrated feature of SOAP is asynchronous messaging.

REST + SOAP is a powerful combination.