WSDL 摘要

来源:百度文库 编辑:神马文学网 时间:2024/04/29 16:26:35
WSDL Summary
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.
这篇教程已经教了你如何创建用于描述网页服务的WSDL文档。WSDL也指定了服务的位置和服务揭示的操作(或方法)。
You have learned how to define the message format and protocol details for a web service.
你已经学了 怎样为网页服务定义信息格式化和信息协议细节。
You have also learned that you can register and search for web services with UDDI.
你也学到你可以用UDDI注册和搜索网页服务。
Now You Know WSDL, What‘s Next?
现在你知道WSDL,下步干什么呢?
The next step is to learn about SOAP and Web Services.
下步是学习有关SOAP 和网页服务。
SOAP
SOAP is a simple XML-based protocol that allows applications to exchange information over HTTP.
SOAP 是允许应用程序通过HTTP进行信息交换的一份以XML为基础的简单协议。
Or more simply: SOAP is a protocol for accessing a web service.
或者说得更简单些:SOAP是用于访问网页服务的协议
If you want to learn more about SOAP, please visit ourSOAP tutorial.
如果你想了解更多有关SOAP,请访问我们的SOAP 教程。
Web Services
网页服务
Web services can convert your applications into web-applications.
网页服务可以把你的应用程序转换为网页应用程序。
By using XML,  messages can be sent between applications.
用XML形式,信息就可以在应用程序之间传递。
If you want to learn more about web services, please visit ourWeb Services tutorial.
如果你想了解有关更多关于网页服务,请访问我们的网页服务教程Web Services 教程。