CCSP Exam QuestionsBrowse all questions from this exam

CCSP Exam - Question 73


What does the REST API support that SOAP does NOT support?

Show Answer
Correct Answer: A

The main distinction between REST and SOAP is that REST APIs support caching, which can improve performance by storing copies of frequently accessed data. SOAP does not inherently support caching, making this a unique feature of REST.

Discussion

2 comments
Sign in to comment
akg001Option: A
May 18, 2022

A. Caching

globy118Option: A
Jun 10, 2024

SOAP relies on XML for all messages