Multiple choice

Which of the following is used to locate and describe web services?

  1. SOAP

  2. Web page

  3. WSDL

  4. UDDI

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

WSDL (Web Services Description Language) is an XML-based language that provides a standardized way to describe web services. It specifies the service's location, available operations, input/output parameters, and data types - essentially everything needed to interact with the service.