What’s the difference between SOAP and REST APIs?
The question is about REST API
Answer:
SOAP is a protocol with strict standards, while REST is an architectural style that is lightweight and uses standard HTTP methods.
The question is about REST API
SOAP is a protocol with strict standards, while REST is an architectural style that is lightweight and uses standard HTTP methods.