WSDL基础

本文深入解析了Web服务定义语言(WSDL)的结构,包括其核心组成部分如类型、消息、端口类型、绑定和服务,详细阐述了消息对的配对原则、端口类型与服务的关联以及绑定的作用。

1. root tag

<wsdl:definitions/>

2. inner tag:
<wsdl:types/>
<wsdl:message />
<wsdl:portType />
<wsdl:binding />
<wsdl:service />

3. all the detailed type definitions are located in wsdl:types tag.

4. Message tags are always in pair, one is request/in message, the other is response/out message.

5. PortType tag reflects to the interface file name and two message types are linked in it as well.

6. Service tag defines the address of the published service, say:
http://localhost:9001/SoapContext/SoapPort

7. Binding tag is used to bind portType with the service.

转载于:https://www.cnblogs.com/zjstar12/archive/2011/12/19/2293994.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值