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.
Question
SOAP services use which technology to format information?
Options
- ASATA
- BPCI
- CXML
- DISDN
How the community answered
(24 responses)- A4% (1)
- B4% (1)
- C92% (22)
Why each option
SOAP (Simple Object Access Protocol) mandates XML as the format for structuring all request and response messages in web services.
SATA (Serial ATA) is a hardware interface standard for connecting storage devices and has no relevance to web service message formatting.
PCI (Peripheral Component Interconnect) is a computer bus standard for hardware expansion cards and is unrelated to data formatting in web services.
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.
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
Community Discussion
No community discussion yet for this question.