Multiple choice technology web technology

What is WSDL

  1. Its a protocol for calling services

  2. Its a registry for discovering services

  3. Its an xml file for defining the methods that can be called over the web.

  4. None of the above

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

WSDL (Web Services Description Language) is an XML-based format used to define the methods, parameters, and access points of a web service. SOAP is the protocol used to call these services, and UDDI is the registry directory for discovering them, making the other options incorrect.