|
|
|
|
|
by zargath
3112 days ago
|
|
Comparing REST to SOAP, is to me like comparing HTML to SASS/LESS. SOAP had so many flaws, no need to repeat. But the fact that you could not trust that SOAP software created using Microsoft software would work with something created with Java software was a disaster. Sometimes I ended up building custom SOAP libraries to connect with the other services. It was promised to solve all our problems, but ended up creating more. REST is not a "standard" library, it is just a basic guideline on how to use the HTTP protocol "out of the box". What the author seems to be looking for, is one hammer to fix all problems. If you are spending too much time writing REST services, maybe your frameworks are flawed, you could be automating more or your interface is too complex? |
|