You are on page 1of 1

1.

What are the difference between SOAP and REST

SOAP REST
It supports XML Data Structure. It supports XML Data Structure, JSON, TEXT,
HTML, etc…
Description about the service and be generated We provide End point HTTP URL, Model request
as WSDL Document, WSDL URL has to be and response.
provided to Requestors
SOAP data transformer HTTP, SMTP etc.. REST transfers only on HTTP
Heavy Weight of its Data Structure Light Weight of its Data Structure
There is no methods classification Methods classification is provided like GET,
POST, PUT and DELETE

You might also like