Multiple choice technology web technology

What is WSDL?

  1. WSDL is used to call a service

  2. WSDl is similar to SOAP

  3. Both 1 &2

  4. an XML grammar

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

WSDL (Web Services Description Language) is an XML grammar for describing web services - it defines the service interface, operations, messages, and binding details. Option D correctly identifies it as 'an XML grammar'. Options A and B are incorrect because WSDL describes services but doesn't call them, and it's complementary to SOAP (not similar).