Page 1 of 1

what is SOAP & REST

Posted: Fri Oct 16, 2015 2:17 pm
by taylorjuan93
Hello ,

Anybody listen about what is SOAP , REST or any idea about this .

Advance thanks for your help.

Re: what is SOAP & REST

Posted: Tue Oct 20, 2015 7:31 pm
by clarke578
SOAP(simple object access protocol) is provides a way to communicate between applications running on different operating systems over a network, with different technologies and programming languages.


REST – REpresentational State Transfer – is quickly becoming the preferred design model for public APIs.
It relies on a stateless, client-server, cacheable communications protocol -- and in virtually all cases, the HTTP protocol is used. REST is an architecture style for designing networked applications.