Spring Boot RESTful Web Services Flashcards
(1 cards)
1
Q
What is the difference between RESTful Web Services and SOAP Web Services ?
A
- SOAP ->SOAP protocol , xml MediaType, more complex
- REST -> Http protocol, MediaType can be anything (XML, JSon, Text, HTML…), more simple