当前位置: 首页 > 网络学院 > XML相关教程 > WSDL > WSDL 介绍
WSDL is an XML-based language for describing Web services and how to access them.
WSDL是一种基于XML的语言,用于描述和访问Web服务。
Before you continue you should have a basic understanding of the following:
在继续学习之前,您需要对下面的知识有基本的了解:
If you want to study these subjects first, find the tutorials on our Home page.
如果您希望首先学习这些项目,请访问我们的教程主页。
WSDL stands for Web Services Description Language.
WSDL 指网络服务描述语言 (Web Services Description Language)。
WSDL is a document written in XML. The document describes a Web service. It specifies the location of the service and the operations (or methods) of the service exposes.
WSDL 是一种使用 XML 编写的文档。这种文档可描述某个 Web service。它可规定服务的位置,以及此服务提供的操作(或方法)。
WSDL 1.1 was submitted as a W3C Note by Ariba, IBM and Microsoft for describing services for the W3C XML Activity on XML Protocols in March 2001.
在 2001 年 3 月,WSDL 1.1 被 IBM、微软作为一个 W3C 纪录(W3C note)提交到有关 XML 协议的 W3C XML 活动,用于描述网络服务。
(a W3C Note is made available by the W3C for discussion only. Publication of a Note by W3C indicates no endorsement by W3C or the W3C Team, or any W3C Members)
(W3C 纪录仅供讨论。一项 W3C 纪录的发布并不代表它已被 W3C 或 W3C 团队亦或任何 W3C 成员认可。)
The first Working Draft of WSDL 1.2 was released by W3C in July 2002.
在 2002 年 7 月,W3C 发布了第一个 WSDL 1.2 工作草案。
Go to our W3C Tutorial to read more about specification status and timeline.
请在我们的W3C 教程中阅读更多有关规范的状态及时间线。