Multiple choice technology web technology

What is SOAP?

  1. A HTTP Protocol

  2. A protocol that uses XML messages to perform RPC

  3. An XML-based protocol for exchanging information betweenServices

  4. An XML-based protocol for exchanging information between computers

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SOAP (Simple Object Access Protocol) is an XML-based protocol for exchanging structured information between computers over networks. Option D is the most complete and accurate definition. Option B describes XML-RPC more specifically, and while SOAP does use XML for RPC, its broader purpose is information exchange between systems/computers.