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.
Question
SOAP services use which technology to format information?
Options
- ASATA
- BPCI
- CXML
- DISDN
How the community answered
(54 responses)- A2% (1)
- B2% (1)
- C94% (51)
- D2% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.