S90-02A · Question #70
WS-Addressing is most commonly associated with __________________ functionality. Select the correct answer.
The correct answer is C. message routing. WS-Addressing provides transport-neutral mechanisms for identifying web service endpoints and embedding addressing information directly within SOAP message headers, making it fundamentally about message routing - telling intermediaries and endpoints where messages came from…
Question
WS-Addressing is most commonly associated with __________________ functionality. Select the correct answer.
Options
- Aprocess management
- Bpolicy enforcement
- Cmessage routing
- Dchoreography
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C88% (28)
- D3% (1)
Explanation
WS-Addressing provides transport-neutral mechanisms for identifying web service endpoints and embedding addressing information directly within SOAP message headers, making it fundamentally about message routing - telling intermediaries and endpoints where messages came from, where replies should go, and how to route them through complex service topologies.
Why the distractors are wrong:
- A (process management): That's the domain of WS-BPEL (Business Process Execution Language), which orchestrates service interactions into workflows.
- B (policy enforcement): WS-Policy handles declaring and enforcing security, reliability, and other constraints on services.
- D (choreography): WS-CDL (Choreography Description Language) governs multi-party interaction contracts, not addressing.
Memory tip: Focus on the word "Addressing" - just like a postal address on an envelope tells the carrier where to deliver the letter, WS-Addressing puts delivery metadata (reply-to, fault-to, message ID) on the SOAP envelope so intermediaries know how to route it.
Topics
Community Discussion
No community discussion yet for this question.