Hi
Could any body please comment on this? Each pros and cons(if any)
Can REST do all things that SOAP does
Thanks in advance
Sijo
Hi
Could any body please comment on this? Each pros and cons(if any)
Can REST do all things that SOAP does
Thanks in advance
Sijo
Hi, Sijo
SOAP and REST are different thinks.
SOAP is and envelop protocol like HTTP.
REST is a design style for a stateless client-server architecture. in REST a web service is viewed as a resource and it is accesed trough its URI.
Margareth