Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

W3C WSDL activity


May 27, 2021 W3C Standard


Table of contents


W3C WSDL activity


WSDL is an XML-based language that describes Web Services and how to access it.


Wsdl

WSDL (Web Services Description Language) is an XML format used to describe Web Services.

To learn more about WSDL, read our WSDL tutorial.


WSDL 1.1

As an XML format that describes Web Services, WSDL 1.1 was recommended to W3C (by Ariba, IBM, and Microsoft) in a march 2001 record.

This record also describes how to use WSDL in combination with SOAP 1.1, HTTP GET/POST, and MIME.

W3C WSDL 1.1 is only a record for discussion (NOTE). The publication of this record does not represent any degree of W3C's endorsement of it.

WSDL 1.2

The first draft work was published on 17 December 2001.

The latest draft work was released on June 11, 2003.

WSDL 2.0

W3C's XML Protocol team is currently working on WSDL 2.0.


Web structure

At the heart of the Web structure is a Web server, which is generally undertaken by a separate server, the database server is the information management system database server, each client data request is submitted by the Web server to the database server, and then the Web server returns to the client sent to the request.

The Web server here can be set up as a gateway, with one end of the information management system's intranet and the other end connected to the enterprise Intranet, which avoids direct external exposure to the intranet and makes the Web site accessible internally.


W3C WSDL specifications and timelines

Specification Draft/proposal Recommended time
WSDL 1.1 Note 15. Mar 2001
WSDL Usage Scenarios 04. Jun 2002
WSDL Requirements 28. Oct 2002
WSDL Architecture 11. Feb 2004
WSDL Glossary 11. Feb 2004
WSDL Usage Scenarios 11. Feb 2004
WSDL 1.2 Core Language 11. Jun 2003
WSDL 1.2 Message Patterns 11. Jun 2003
WSDL 1.2 Bindings 11. Jun 2003
WSDL 2.0 Primer 26. Jun 2007
WSDL 2.0 Core Language 26. Jun 2007
WSDL 2.0 Adjuncts 26. Jun 2007
WSDL 2.0 SOAP 1.1 Binding 26. Jun 2007
WSDL 2.0 RDF Mapping 26. Jun 2007
Web Services Addressing Core 09. May 2006
Web Services Addressing SOAP Binding 09. May 2006
Web Architecture 15. Dec 2004


W3C Reference Manual:

W3C Web Services home page