2007-12-10

WSDL 笔记

WSDL Web 服务描述语言。
WSDL 用 XML 写。
WSDL 是一个 XML 文档。
WSDL 用来描述 Web 服务。
WSDL 用来定位 Web 服务。
WSDL 仍然不是 W3C 标准。

Element Defines
<portType> The operations performed by the web service
<message> The messages used by the web service
<types> The data types used by the web service
<binding> The communication protocols used by the web service


WSDL 文档的主要结构如下:

xml 代码
 
  1. < definitions >   
  2.   
  3. < types >   
  4.    definition of types........  
  5. </ types >   
  6.   
  7. < message >   
  8.    definition of a message....  
  9. </ message >   
  10.   
  11. < portType >   
  12.    definition of a port.......  
  13. </ portType >   
  14.   
  15. < binding >   
  16.    definition of a binding....  
  17. </ binding >   
  18.   
  19. </ definitions >   
评论
发表评论

您还没有登录,请登录后发表评论

Kyll
搜索本博客
最近加入圈子
存档
最新评论