Information AboutWsdl |
| CATEGORIES ABOUT WEB SERVICES DESCRIPTION LANGUAGE | |
| xml-based standards | |
| web service specifications | |
| web services | |
The Web Services Description Language (WSDL, pronounced 'wiz-dəl' or spelled out, 'W-S-D-L') is an XML -based language that provides a model for describing Web Services . Version 1.1 has not been endorsed by the W3C . Version 2.0, for which several drafts have been released, is a W3C Recommendation . 1 WSDL is an XML -based service description on how to communicate using Web Services . The WSDL defines services as collections of network endpoints, or ports. WSDL specification provides an XML Format for documents for this purpose. The abstract definition of ports and messages is separated from their concrete use or instance, allowing the reuse of these definitions. A port is defined by associating a network address with a reusable binding, and a collection of ports define a service. Messages are abstract descriptions of the data being exchanged, and port types are abstract collections of supported operations. The concrete protocol and data format specifications for a particular port type constitutes a reusable binding, where the messages and operations are then bound to a concrete network protocol and message format. In this way, WSDL describes the public interface to the web service. WSDL is often used in combination with SOAP and XML Schema to provide web services over the Internet . A client program connecting to a web service can read the WSDL to determine what functions are available on the server. Any special Datatypes used are embedded in the WSDL file in the form of XML Schema. The client can then use SOAP to actually call one of the functions listed in the WSDL. XLang is an extension of the WSDL such that "an XLANG service description is a WSDL service description with an extension element that describes the behavior of the service as a part of a business process" {Link without Title} . Resources or services are exposed using WSDL by both Web Services Interoperability ( WS-I Basic Profile ) and WSRF framework. EXTERNAL LINKS
|
|
|