当前位置: 首页 > 网络学院 > XML相关教程 > WSDL > WSDL 摘要
This tutorial has taught you how to create WSDL documents that describes a web service. It also specifies the location of the service and the operations (or methods) the service exposes.
本教程已为您讲解了如何创建可描述 web 服务的 WSDL 文档。它也规定了服务的位置和服务所提供的操作(或方法)。
You have learned how to define the message format and protocol details for a web service.
您已经学习到如何为 web 服务定义消息格式和协议细节。
You have also learned that you can register and search for web services with UDDI.
您也学习了可通过 UDDI 来注册和搜索 web 服务。
The next step is to learn about SOAP and Web Services.
下一步应该学习 SOAP 和 Web Services。
SOAP
SOAP is a simple XML-based protocol that allows applications to exchange information over HTTP.
SOAP 是一种基于 XML 的简易协议,允许应用程序通过 HTTP 来交换信息。
Or more simply: SOAP is a protocol for accessing a web service.
或者更简单地讲,SOAP 是用于访问 web 服务的协议。
If you want to learn more about SOAP, please visit our SOAP tutorial.
如果您希望学习更多有关 SOAP 的知识,请访问我们的 SOAP 教程。
Web Services
Web 服务
Web services can convert your applications into web-applications.
Web services 可把您的应用程序转换为 web 应用程序。
By using XML, messages can be sent between applications.
通过使用 XML,可以在应用程序间传送消息。