nerdexam
SOA

S90-02A · Question #41

Most industry-standard WS-* features are designed to be implemented as: Select the correct answer.

The correct answer is C. SOAP headers. WS- specifications (like WS-Security, WS-ReliableMessaging, WS-Addressing, and WS-Coordination) are designed to extend SOAP messaging through SOAP headers, because headers provide a standardized, extensible mechanism for adding cross-cutting concerns - security tokens, routing…

Web Services and Contract-First Design

Question

Most industry-standard WS-* features are designed to be implemented as:

Select the correct answer.

Options

  • AWSDL operations
  • BWS-BPEL definitions
  • CSOAP headers
  • DHTTP headers

How the community answered

(23 responses)
  • A
    9% (2)
  • C
    87% (20)
  • D
    4% (1)

Explanation

WS-* specifications (like WS-Security, WS-ReliableMessaging, WS-Addressing, and WS-Coordination) are designed to extend SOAP messaging through SOAP headers, because headers provide a standardized, extensible mechanism for adding cross-cutting concerns - security tokens, routing info, transaction context - without altering the core message body. Option A is wrong because WSDL operations describe what a service does (its interface), not how infrastructure concerns like security or reliability are handled. Option B is wrong because WS-BPEL defines business process orchestration workflows, not the transport-level extension mechanism. Option D is wrong because HTTP headers are protocol-specific and WS-* is designed to be transport-agnostic - SOAP can run over SMTP, JMS, or other protocols, not just HTTP.

Memory tip: Think "WS-* rides in the envelope's header section" - just as a postal envelope's header area carries routing and handling instructions without changing the letter inside, SOAP headers carry WS-* metadata without touching the business payload in the body.

Topics

#WS-* extensions#SOAP headers#web service standards

Community Discussion

No community discussion yet for this question.

Full S90-02A Practice