The _______ protocol in SOAP ensures data integrity and security, a feature not inherently present in REST.
- API Key
- OAuth
- SSL/TLS
- WS-Security
The WS-Security (Web Services Security) protocol in SOAP ensures data integrity and security. This is a significant feature not inherently present in REST, where security mechanisms often depend on the underlying transport layer (e.g., SSL/TLS) or additional authentication mechanisms like OAuth or API keys.
Loading...
Related Quiz
- XML uses _______ to define the structure of the data it encloses.
- The use of _______ in XML facilitates more rigorous data validation than JSON.
- In UDDI, service providers are categorized under the _______ element.
- _______ in Postman allows for the testing of APIs without writing any code.
- How does SOAP handle security compared to REST?