Guide to choosing between REST vs SOAP services? - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T03:11:34Zhttp://stackoverflow.com/feeds/question/28950http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/28950/guide-to-choosing-between-rest-vs-soap-services3Guide to choosing between REST vs SOAP services?BrianLy2008-08-26T19:46:56Z2008-08-26T22:17:29Z
<p>Does anyone have links to documentation or guides on making the decision between REST vs. SOAP? I understand both of these but am looking for some references on the key decision points, eg, security, which may make you lean towards one or the other.</p>
http://stackoverflow.com/questions/28950/guide-to-choosing-between-rest-vs-soap-services/28970#289703Answer by Rob Cooper for Guide to choosing between REST vs SOAP services?Rob Cooper2008-08-26T19:53:04Z2008-08-26T19:53:04Z<p><a href="http://www.prescod.net/rest/rest_vs_soap_overview/" rel="nofollow">Google first hit</a> seems pretty comprehensive.</p>
<p>I think the problem here is there are too many advocates of one or the other, may be better of googling and getting more of a handle of the pro's/con's yourself and making your own decision.</p>
<p>I know that sounds kinda lame, but ultimately these sort of design decisions fall down to the developer/architect working on it, and <strong>99% of the time, the problem domain will be the deciding factor</strong> (or at least it should be), not a guide on the net.</p>