Computer Science, asked by samiksha8703, 10 months ago

Difference between soap and rest in cloud computing

Answers

Answered by rishitatanwar15
0

Explanation:

heyy mate here is ur answer

hope this helps uhh

SOAP - SOAP is a protocol which was designed before REST and came into the picture. The main idea behind designing SOAP was to ensure that programs built on different platforms and programming languages could exchange data in an easy manner.

REST - This was designed specifically for working with components such as media components, files, or even objects on a particular hardware device. Any web service that is defined on the principles of REST can be called a RestFul web service. A Restful service would use the normal HTTP verbs of GET, POST, PUT and DELETE for working with the required components

plzz mark as brainlist

Answered by Anonymous
0

SOAP stands for Simple Object Access Protocol whereas REST stands for Representational State Transfer. SOAP is a protocol whereas REST is an architectural pattern. ... SOAP only works with XML formats whereas REST work with plain text, XML, HTML and JSON.

Similar questions