S.No
1.
2.
3.
4.
5.
6.
7.
8.
|
SOAP
SOAP stands for Simple Object Access Protocol.
SOAP uses WSDL to communicate with web service.
SOAP is a protocol.
SOAP uses services interface to expose the business
logic.
SOAP defines W3C standards strictly to be followed.
SOAP requires more bandwidth and resource.
SOAP defines its own security.
SOAP permits XML data format only.
|
REST
REST stands for Representational State Transfer.
REST uses WADL to communicate with web service.
REST is a architectural style.
REST uses URI to expose the business logic.
REST does not define any standard like SOAP.
REST requires less bandwidth and resource.
REST inherits security measure from the underlying
transport.
REST allows multiple file format like plain text,
XML, JSON, HTML etc.
|
Friday, 2 June 2017
Difference between SOAP and REST
Subscribe to:
Post Comments (Atom)
First Test Case for Rest API on Postman
Let's start creating the first test case for Rest API in postman tool by following the below steps: 1. Select a URI (REST API UR...
-
Let's start creating the first test case for Rest API in postman tool by following the below steps: 1. Select a URI (REST API UR...
-
WSDL WSDL stands for Web Service Description Language, is a base file written in XML format and used to describe web service an...
-
JSON is JavaScript Object Notation, it is minimal and readable format for structuring the data. It is used to communicate between server an...
No comments:
Post a Comment