what is SOAP & REST

Description of your first forum.
Post Reply
taylorjuan93
Posts: 5
Joined: Thu Jan 22, 2015 4:59 pm

what is SOAP & REST

Post by taylorjuan93 » Fri Oct 16, 2015 2:17 pm

Hello ,

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

Advance thanks for your help.

clarke578
Posts: 9
Joined: Thu Jan 22, 2015 3:58 pm

Re: what is SOAP & REST

Post by clarke578 » Tue Oct 20, 2015 7:31 pm

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.

Post Reply