0 votes
in Web Service by
What is the difference between SOAP and REST web services?

1 Answer

0 votes
by
No.SOAPREST
1)SOAP is a protocol.REST is an architectural style.
2)SOAP stands for Simple Object Access Protocol.REST stands for Representational State Transfer.
3)SOAP can't use REST because it is a protocol.REST can use SOAP web services because it is a concept and can use any protocol like HTTP, SOAP.
4)SOAP uses services interfaces to expose the business logic.REST uses URI to expose business logic.
5)SOAP defines standards to be strictly followed.REST does not define too much standards like SOAP.
6)SOAP permits XML data format only.REST permits different data format such as Plain text, HTML, XML, JSON.

Related questions

0 votes
asked Sep 23, 2023 in Web Service by john ganales
0 votes
0 votes
asked Mar 7, 2022 in Web Services Security by rajeshsharma
0 votes
0 votes
asked Nov 25, 2019 in SOAPUI by rajeshsharma
...