From http://www.w3schools.com (Copyright Refsnes Data)
WSDL is an XML-based language for describing Web services and how to access them.
Before you continue you should have a basic understanding of the following:
If you want to study these subjects first, find the tutorials on our Home page.
WSDL stands for Web Services Description Language.
WSDL is a document written in XML. The document describes a Web service. It specifies the location of the service and the operations (or methods) the service exposes.
WSDL became a W3C Recommendation 26. June 2007.
You can read more about the XML Schema standard in our W3C tutorial.
From http://www.w3schools.com (Copyright Refsnes Data)