WSDL

  • Web Services Description Language
  • WSDL is used in combination with XML Schema and SOAP.
  • The WSDL defines what services are available.
  • Any special datatypes used are embedded in the WSDL in the form of an XML Schema.
  • SOAP is used to call one of the functions listed in the WSDL.

Resources URL: 
notes/web_services/resources
Sources URL: 
notes/web_services/sources

See Also