What is difference between soap and rest api
Difference between SOAP and REST APIs
SOAP API | REST API |
Simple Object Access Protocol | Representational State Transfer |
It is based on standard XML format | It is based on URI |
It works with WSDL | It works with GET, POST, PUT, DELETE |
Works over with HTTP, HTTPS, SMTP, XMPP | Works over with HTTP and HTTPS |
Comments
Post a Comment