Home »
MCQs »
Software Architecture MCQs
What is the difference between REST and SOAP?
54. What is the difference between REST and SOAP?
- A RESTful web service offers flexible implementation, while SOAP is a protocol requiring XML messaging with specific requirements
- A SOAP web service offers flexible implementation, RESTful is a protocol requiring XML messaging with specific requirements
Answer: A) A RESTful web service offers flexible implementation, while SOAP is a protocol requiring XML messaging with specific requirements.
Explanation:
A RESTful web service offers flexible implementation, while SOAP is a protocol requiring XML messaging with specific requirements.