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.
Question
SOAP services use which technology to format information?
Options
- ASATA
- BPCI
- CXML
- DISDN
How the community answered
(50 responses)- A4% (2)
- B2% (1)
- C92% (46)
- D2% (1)
Why each option
SOAP (Simple Object Access Protocol) uses XML to structure and format all messages exchanged between services.
SATA (Serial ATA) is a hardware interface standard for connecting storage devices and has no role in web service message formatting.
PCI (Peripheral Component Interconnect) is a hardware bus standard for connecting internal components, unrelated to data formatting in services.
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.
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
Community Discussion
No community discussion yet for this question.