Tagged Questions
24
votes
7answers
3k views
How do I convince my boss to use REST over SOAP?
We need to create an API to our system. How do I convince my boss that REST is a better option than SOAP (or XML-RPC)?
I say REST is...
easier to implement and maintain
not much new to learn -- ...