Multiple choice technology architecture

Which specification describes how to access a web service ?

  1. UDDI

  2. WSDL

  3. SOAP

  4. ESB

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

WSDL (Web Services Description Language) is an XML-based specification that describes how to access a web service. It defines the service endpoint, operations, message formats, and protocols. UDDI is for discovery/registry, SOAP is for messaging, and ESB is an integration architecture pattern - none of these describe the access interface itself.