WSDL

From NoskeWiki
Revision as of 01:45, 6 February 2019 by NoskeWiki (talk | contribs) (Created page with "==About WSDL== <b>WSDL</b> or <b>Web Services Description Language</b> (pronounced '<i><b>wiz-dul</b></i>') is an XML-based language for describing Web services and how to ac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About WSDL

WSDL or Web Services Description Language (pronounced 'wiz-dul') is an XML-based language for describing Web services and how to access them. From the point of view of SOAP, a "wsdl" file is just an XML file describing the format of SOAP messages which can be sent.


Structure

WSDL files contain the following major elements:

  • <types> - defines the data types that are used by the web service.
  • <message> - defines the data elements of an operation.
  • <portType> - describes a web service, the operations that can be performed, and the messages that are involved - the most important stuff.
  • <binding> - the message format and protocol details for each port.


kikoWA Read, of course, far from my topic. But still, we can work together. How do you feel about trust management?!....

See Also

Links