S90-02A · Question #35
The acronym SOAP was originally defined as: Select the correct answer.
The correct answer is A. Simple Object Access Protocol. SOAP originally stood for Simple Object Access Protocol (option A) - a W3C-standardized XML-based messaging protocol designed for exchanging structured information in web services over networks like HTTP. The distractors are plausible but incorrect: B ("Service-Oriented")…
Question
The acronym SOAP was originally defined as: Select the correct answer.
Options
- ASimple Object Access Protocol
- BService-Oriented Access Protocol
- CService Object Access Parameters
- DSimple Object Acknowledgment Protocol
How the community answered
(45 responses)- A91% (41)
- B2% (1)
- C4% (2)
- D2% (1)
Explanation
SOAP originally stood for Simple Object Access Protocol (option A) - a W3C-standardized XML-based messaging protocol designed for exchanging structured information in web services over networks like HTTP.
The distractors are plausible but incorrect: B ("Service-Oriented") confuses SOAP with SOA (Service-Oriented Architecture), a related but distinct concept; C swaps "Protocol" for "Parameters," which changes the fundamental meaning (SOAP is a protocol, not a parameter set); D replaces "Access" with "Acknowledgment," which doesn't reflect SOAP's purpose of accessing remote objects/services.
Memory tip: Think "Send Over A Packet" - SOAP wraps data in an XML envelope and sends it over a network to access a remote service. The word Simple is key; it was meant to be a lightweight alternative to heavier RPC mechanisms of the era.
Topics
Community Discussion
No community discussion yet for this question.