Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

What is the difference between SOAP and REST?

3 Posts
3 Users
0 Reactions
103 Views
Posts: 150
Topic starter
(@dinesh)
Estimable Member
Joined: 2 years ago

SOAP and REST

2 Replies
Posts: 461
(@dinesha-g)
Reputable Member
Joined: 2 years ago

SOAP is a protocol.    REST is an architectural style.

  1.  JAX-WS is the java API for SOAP web services.     JAX-RS is the java API for RESTful web services.     
  2. SOAP defines standards to be strictly followed.        REST does not define too much  like SOAP.
  1. SOAP requires more bandwidth and resource than REST.  REST requires less bandwidth and resource than SOAP

     4.SOAP is less preferred than REST.       REST more preferred than SOAP.

 

Reply
Posts: 100
 Kavi
(@kavi)
Estimable Member
Joined: 2 years ago

REST stands for Representational State Transfer, whereas SOAP stands for Simple Object Access Protocol.

  1. REST is an architectural pattern, whereas SOAP is a protocol.
  2. While REST employs uniform service locators to access the components on the physical device, SOAP uses service interfaces to provide its capabilities to client applications.
  3. REST doesn't require much bandwidth, however SOAP uses more of it.
  4. In contrast to the REST API, which also works with plain text, XML, HTML, and JSON, SOAP exclusively supports XML formats.
Reply
Share: