nerdexam
EC-Council

312-50V11 · Question #386

SOAP services use which technology to format information?

The correct answer is C. XML. SOAP (Simple Object Access Protocol) uses XML to structure and format all messages exchanged between services.

Hacking Web Applications

Question

SOAP services use which technology to format information?

Options

  • ASATA
  • BPCI
  • CXML
  • DISDN

How the community answered

(50 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    92% (46)
  • D
    2% (1)

Why each option

SOAP (Simple Object Access Protocol) uses XML to structure and format all messages exchanged between services.

ASATA

SATA (Serial ATA) is a hardware interface standard for connecting storage devices and has no role in web service message formatting.

BPCI

PCI (Peripheral Component Interconnect) is a hardware bus standard for connecting internal components, unrelated to data formatting in services.

CXMLCorrect

SOAP is a protocol specification that mandates XML as its message format for encoding requests and responses. Every SOAP message is an XML document consisting of an envelope, optional header, and body, making XML the foundational technology for SOAP-based web service communication. This is defined in the SOAP specification itself.

DISDN

ISDN (Integrated Services Digital Network) is a set of communication standards for digital telephone networks, not a data formatting technology.

Concept tested: SOAP web service XML message format

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

Topics

#SOAP#XML#web services#API

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice