1Z0-900 · Question #31
Which statement is true about the WS-Security standard?
The correct answer is C. It provides message-level security. WS-Security (Web Services Security) operates at the message level, meaning security is embedded directly into the SOAP message itself - through XML encryption, digital signatures, and security tokens - regardless of what transport protocol carries it. This makes option C…
Question
Which statement is true about the WS-Security standard?
Options
- AIt is a Java EE standard for protecting SOAP services.
- BIt relies on HTTP security mechanism to protect SOAP messages in transmit.
- CIt provides message-level security.
- DIt defines protocol-specific ways of protecting SOAP messages.
How the community answered
(58 responses)- A5% (3)
- B2% (1)
- C91% (53)
- D2% (1)
Explanation
WS-Security (Web Services Security) operates at the message level, meaning security is embedded directly into the SOAP message itself - through XML encryption, digital signatures, and security tokens - regardless of what transport protocol carries it. This makes option C correct.
Why the distractors are wrong:
- A is wrong because WS-Security is an OASIS standard, not a Java EE specification - it is platform and language agnostic.
- B is wrong because WS-Security is specifically designed not to rely on HTTP-level security (like TLS/HTTPS); message-level security means the message is protected even if the transport layer is not.
- D is wrong because WS-Security is explicitly protocol-independent - it secures the SOAP message itself, so the same protection applies over HTTP, SMTP, JMS, or any other transport.
Memory tip: Think of WS-Security as a "sealed envelope" - the message carries its own security wherever it travels, rather than relying on a "secure hallway" (transport-level security like HTTPS).
Topics
Community Discussion
No community discussion yet for this question.