🎴 Flashcard Mode
Web Services and Web Technology
Card1 / 6
Mastered0
Review0
QuestionClick to flip
What is SOAP?
AnswerClick to flip back
A
Protocol for accessing a Web Service
B
SOAP is designed to communicate via Internet
C
SOAP allows you to get around firewalls
💡 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.