Pega - Rest Vs SOAP Interview Questions and Answers

AllJobsInfo

Administrator
Staff member
Pega - Rest Vs SOAP Interview Questions and Answers

Q. 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 as WSDL Document, WSDL URL has to be provided to RequestorsWe provide End point HTTP URL, Model request and response.
SOAP data transformer HTTP, SMTP etc..REST transfers only on HTTP
Heavy Weight of its Data StructureLight Weight of its Data Structure
There is no methods classificationMethods classification is provided like GET, POST, PUT and DELETE
 
Top