Having a client exposed his interfaces as Rest and SOAP Web Services how to decide which one to use when calling it
Sigiloso
if security is of a major concern then using web services is recommended, if simplicity is a major concern then rest is recommended, if response is required to be in a non-xml format like JSon then Rest is the option