nerdexam
EC-Council

312-50V9 · Question #162

SOAP services use which technology to format information?

The correct answer is C. XML. SOAP (Simple Object Access Protocol) mandates XML as the format for structuring all request and response messages in web services.

Hacking Web Applications

Question

SOAP services use which technology to format information?

Options

  • ASATA
  • BPCI
  • CXML
  • DISDN

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    92% (22)

Why each option

SOAP (Simple Object Access Protocol) mandates XML as the format for structuring all request and response messages in web services.

ASATA

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

BPCI

PCI (Peripheral Component Interconnect) is a computer bus standard for hardware expansion cards and is unrelated to data formatting in web services.

CXMLCorrect

SOAP is a protocol for exchanging structured information in web services and requires XML for all message envelopes, headers, and body elements. Every SOAP message is an XML document conforming to a defined schema, enabling platform-independent communication. This XML-based structure distinguishes SOAP from lighter protocols like REST, which can use JSON or other formats.

DISDN

ISDN (Integrated Services Digital Network) is a digital telephone network technology and plays no role in formatting SOAP service messages.

Concept tested: SOAP web service XML message formatting

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

Topics

#SOAP#XML#web services#API protocols

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice