nerdexam
EC-Council

312-50V10 · Question #386

SOAP services use which technology to format information?

The correct answer is C. XML. SOAP (Simple Object Access Protocol) mandates XML as its message format for structuring all requests and responses in web services communication.

Hacking Web Applications

Question

SOAP services use which technology to format information?

Options

  • ASATA
  • BPCI
  • CXML
  • DISDN

How the community answered

(54 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    94% (51)
  • D
    2% (1)

Why each option

SOAP (Simple Object Access Protocol) mandates XML as its message format for structuring all requests and responses in web services communication.

ASATA

SATA (Serial Advanced Technology Attachment) is a hardware interface standard for connecting storage devices such as hard drives and SSDs, with no relation to web service message formatting.

BPCI

PCI (Peripheral Component Interconnect) is a hardware bus standard for connecting expansion cards to a computer motherboard, entirely unrelated to data format technologies for services.

CXMLCorrect

SOAP is a W3C-defined protocol that requires XML to format all messages, wrapping data in an XML envelope with a distinct header and body structure. This XML-based format provides platform-neutral, self-describing structured data exchange, and XML is non-negotiable in SOAP - it is built into the protocol specification itself.

DISDN

ISDN (Integrated Services Digital Network) is a telecommunications standard for transmitting voice and data over digital telephone lines, not a data serialization or message formatting technology.

Concept tested: SOAP web services XML message formatting

Source: https://www.w3.org/TR/soap12/

Topics

#SOAP#XML#web services#protocol

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice