WSDL stands for Web Services Description Language. It is an XML-based language that describes the functionality of a web service, including the methods available, parameters, and return types. WSDL enables clients to understand how to interact with a web service without prior knowledge of its implementation.