Hello ,
Anybody listen about what is SOAP , REST or any idea about this .
Advance thanks for your help.
what is SOAP & REST
Re: what is SOAP & REST
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.
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.