Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Difference between REST and SOAP
Home
SOAPUI
Difference between REST and SOAP
0
votes
asked
Dec 2, 2019
in
SOAPUI
by
Sinaya
recategorized
Dec 3, 2019
by
Sinaya
Difference between REST and SOAP
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 2, 2019
by
Sinaya
SOAP:
Soap stands for Simple Object Access Protocol and it is a protocol used for receiving and sending data over HTTP as XML
REST:
It is a way of designing a web services
...