Multiple choice technology web technology

For every webservice developed, the corresponding ___________ document is distributed to the clients.

  1. WSDL

  2. SOAP

  3. UDDI

  4. HTTP

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

WSDL (Web Services Description Language) is the standard XML document that describes a web service's interface, operations, and data types. It is distributed to clients so they can understand how to call the service. SOAP is the messaging protocol, UDDI is for service discovery, and HTTP is the transport layer.