This might be a silly question, but I got into a brief debate with two colleagues at work with regards to security as it relates to SOAP vs REST.
I am of the opinion that there is nothing inherently more secure when using SOAP. Put another way, any security you can apply to a SOAP end point, can be applied to to a REST end point (and vice-verse).
Naturally it breaks down a bit when we move to the client side, where REST very probably has much more "client-client side" things, meaning, for example, JavaScript consumers and such. Security while sitting in the user's browser is of course a bit more of a ...challenge.
SO, can anybody provide a counter example perhaps? Apologies if this should be directed to a security focused group - if that is the case, feel free to nuke the question.