首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

02_WSDL构造分析

2012-08-30 
02_WSDL结构分析??targetNamespacehttp://server.cxf.com/:你发布服务的类所在包,从后到前排列域名?wsdl

02_WSDL结构分析


02_WSDL构造分析
?

?

targetNamespace=http://server.cxf.com/:你发布服务的类所在包,从后到前排列域名

?

<wsdl:types>:发布方法输入参数类型和方法返回结果类型的定义

?

<wsdl:message name="sayHelloResponse">
?

?? <wsdl:message name="sayHello"> ??? 客户端发送SOAP请求和返回结果类型,都被封装成message形式发送和接受??? ??? <wsdl:portType name="IHello">:对接口内方法描述??? ??? <wsdl:binding name="HelloImplServiceSoapBinding" type="tns:IHello">:绑定接口???? <wsdl:service name="HelloImplService">:定义srvice,一个service有多个Port????

热点排行