CCSP · Question #478
What must SOAP rely on for security?
The correct answer is A. Encryption. SOAP (Simple Object Access Protocol) implements security at the message level through the WS-Security specification, which uses XML encryption and XML digital signatures to protect the message payload itself. Unlike REST APIs that depend on transport-layer security (TLS/SSL)…
Question
What must SOAP rely on for security?
Options
- AEncryption
- BTokenization
- CTLS
- DSSL
How the community answered
(24 responses)- A88% (21)
- B4% (1)
- C8% (2)
Explanation
SOAP (Simple Object Access Protocol) implements security at the message level through the WS-Security specification, which uses XML encryption and XML digital signatures to protect the message payload itself. Unlike REST APIs that depend on transport-layer security (TLS/SSL) for protection, SOAP's built-in security model is based on encrypting the message content directly. This means SOAP messages can be secured end-to-end regardless of the transport channel used, making encryption the foundational security mechanism SOAP relies upon. TLS and SSL operate at the transport layer and are not SOAP-specific security mechanisms.
Topics
Community Discussion
No community discussion yet for this question.