🎴 Flashcard Mode

Enterprise Software Architecture Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which web service technology defines an extensible message format, bindings to the HTTP protocol, and conventions for encoding data and representing remote procedure calls?

AnswerClick to flip back
A
SOAP
💡 Explanation:

SOAP (Simple Object Access Protocol) is the correct answer because it specifically defines an XML-based extensible message format, provides standard bindings to HTTP protocol, and establishes conventions for encoding data and representing remote procedure calls. WSDL describes services but doesn't define message formats or bindings, XML is only a markup language, and UDDI is for service discovery.

Change Mode