Multiple choice technology web technology

What is SOAP?

  1. Protocol for accessing a Web Service

  2. SOAP is designed to communicate via Internet

  3. SOAP allows you to get around firewalls

  4. 1 & 3

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

SOAP (Simple Object Access Protocol) is indeed a protocol for accessing web services (A), designed for internet communication (B), and uses HTTP which allows it to traverse firewalls (C). All three statements correctly describe SOAP's purpose and characteristics.