WSDL
维基百科,自由的百科全书
WSDL(Web服务描述语言)是为描述Web服务发布的XML格式。Version V 1.1 has not been endorsed by the World Wide Web Consortium, however it is now working on a new version 2.0, that will be a reccomendation (an official standard), and thus endorsed by the W3C.
It is commonly abbreviated as WSDL in technical literature and often pronounced "Whuz-Duhl".
WSDL描述Web服务的公共接口。这是一个基于XML的关于如何与Web服务通讯和使用的服务描述; namely the protocol bindings and message formats required to interact with the web services listed in its directory. The supported operations and messages are described abstractly, and then bound to a concrete network protocol and message format.
WSDL(Web服务描述语言)是为描述Web服务发布的XML格式。W3C组织(World Wide Web Consortium)没有批准1.1版的WSDL,但是2.0版本已经在製訂中,2.0版将被作为推荐标准(reccomendation)(一种官方标准),并将被W3C组织批准为正式标准。
在诸多技术文献中通常将Web服务描述语言简写为WSDL,读音通常发为:"Whuz-Duhl"。
WSDL描述Web服务的公共接口。这是一个基于XML的关于如何与Web服务通讯和使用的服务描述;也就是描述与目录中列出的Web服务进行交互时需要绑定的协议和信息格式。通常采用抽象语言描述该服务支持的操作和信息,使用的时候再将实际的网络协议和信息格式绑定给该服务。