Tag Archives: soap

Magento 2 Service Contract Patterns

As we continue to work on the services in Magento 2, patterns are emerging. This post describes a few such patterns. These patterns are going to be released on GitHub progressively over the next few weeks as code gets completed. Disclaimer: The opinions expressed here are my own and do not represent any commitment on […]

SOAP versus REST (opinion piece)

SOAP versus REST. Which is better? The politically correct answer of course, as always, “it depends”. But that is not what I think – REST is best. On the surface, SOAP has benefits such as it can have a lot more complex data structure submitted as a request compared to REST. REST normally has a […]