Krishna Natarajan wrote:Hi,
I read that REST is another standard like SOAP, but is much easier to code. Could you please summarize the differences and when to which.
Thanks
The main advantages of REST web services are:
* Lightweight – not a lot of extra xml markup
* Human Readable Results
* Easy to build – no toolkits required
SOAP also has some advantages:
* Easy to consume – sometimes
* Rigid – type checking, adheres to a contract
* Development tools
via SOAP vs. REST