Table of Contents

Language - Web Services Description Language (WSDL)

About

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 the functions of Web services.

For example, a banking Web service may implement functions to:

  • check an account,
  • print a statement,
  • and deposit and withdraw funds.

These functions are described in a WSDL file that any consumer can invoke to access the banking Web service.

A WSDL file is a public contract that specifies:

  • what the Web service looks like, such as the list of supported operations,
  • the signature and shape of each operation,
  • the protocols and transports that can be used when invoking the operations,
  • and the XML Schema data types that are used when transporting the data.

Articles Related

Reference

  • Bookmark "Language - Web Services Description Language (WSDL)" at del.icio.us
  • Bookmark "Language - Web Services Description Language (WSDL)" at Digg
  • Bookmark "Language - Web Services Description Language (WSDL)" at Ask
  • Bookmark "Language - Web Services Description Language (WSDL)" at Google
  • Bookmark "Language - Web Services Description Language (WSDL)" at StumbleUpon
  • Bookmark "Language - Web Services Description Language (WSDL)" at Technorati
  • Bookmark "Language - Web Services Description Language (WSDL)" at Live Bookmarks
  • Bookmark "Language - Web Services Description Language (WSDL)" at Yahoo! Myweb
  • Bookmark "Language - Web Services Description Language (WSDL)" at Facebook
  • Bookmark "Language - Web Services Description Language (WSDL)" at Yahoo! Bookmarks
  • Bookmark "Language - Web Services Description Language (WSDL)" at Twitter
  • Bookmark "Language - Web Services Description Language (WSDL)" at myAOL
 
language/wsdl.txt · Last modified: 2012/01/22 16:05 by gerardnico