Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Web services description language


 

The Web Services Description Language (WSDL) is an XML format published for describing Web services. Version V 1.1 has not been endorsed by

the World Wide Web Consortium, however it is now working on a new version 2.0, that will be a reccomendation (an official standard), and thus endorsed by the W3C.

It is commonly abbreviated as WSDL in technical literature and often pronounced "Whuz-Duhl".

WSDL describes the public interface to the web service. This is an XML-based service description on how to communicate using the web service; namely the protocol bindings and message formats required to interact with the web services listed in its directory. The supported operations and messages are described abstractly, and then bound to a concrete network protocol and message format.

1 See also

2 External links


XML standards

Read more »

Non User