WSDL Web Services Description Language: Neet Wadhwani University of Colorado 3 October, 2001
WSDL Web Services Description Language: Neet Wadhwani University of Colorado 3 October, 2001
Neet Wadhwani
University of Colorado
3rd October, 2001
Overview
Introduction
Definitions
Working of WSDL
SOAP Binding
HTTP GET & POST Binding
MIME Binding
References
Introduction
WSDL is an XML language that contains
information about the interface semantics and
‘administrivia’ of a call to a Web Service
Once you develop a Web Service you publish
its description and a link to it in a UDDI
repository so that potential users can find it
When someone wants to use your service,
they request the WSDL file in order to find out
the location of the service, the function calls
and how to access them
Then they use this information in your WSDL
file to form a SOAP request to the computer
Definitions
Definitions:
- WSDL is an XML-based language used to
define Web Services and describe how to
access them.
- WSLD is an XML format for describing
network services as a set of endpoints
operating on messages containing either
document-oriented or procedure-oriented
information.
Working of WSDL
http://dcb.sun.com/practices/webservices/overviews/
overview_wsdl.jsp