Linux安全网 - Linux操作系统_Linux 命令_Linux教程_Linux黑客

会员投稿 投稿指南 本期推荐:
搜索:
您的位置: Linux安全网 > Linux集群 > Architecture > » 正文

web service(3)

来源: 未知 分享至:
  
  •     xmlns:schema="http://www.ispring.com/ws/hello"  
  •     xmlns:tns="http://www.ispring.com/ws/hello/definitions"  
  •     targetNamespace="http://www.ispring.com/ws/hello/definitions">       
  •     
  •     <wsdl:types>   
  •         <schema xmlns="http://www.w3.org/2001/XMLSchema"
  •                 targetNamespace="http://www.ispring.com/ws/hello">
  •             <element name="dRequest" type="string" />
  •             <element name="dResponse" type="string" />
  •         </schema>   
  •     </wsdl:types>   
  •     
  •     <wsdl:message name="bRequest">   
  •         <wsdl:part element="schema:dRequest" name="cRequest" />   
  •     </wsdl:message>   
  •     <wsdl:message name="bResponse">   
  •         <wsdl:part element="schema:dResponse" name="cResponse" />   
  •     </wsdl:message>   
  •     
  •     <wsdl:portType name="HelloPortType">   
  •         <wsdl:operation name="sayHello">   
  •             <wsdl:input message="tns:bRequest" name="aRequest" />   
  •             <wsdl:output message="tns:bResponse" name="aResponse" />   
  •         </wsdl:operation>   
  •     </wsdl:portType>   
  •     
  •     <wsdl:binding name="HelloBinding" type="tns:HelloPortType">   
  •         <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />   
  •         <wsdl:operation name="sayHello">   
  •             <soap:operation soapAction="" />   
  •             <wsdl:input name="aRequest">   
  •                 <soap:body use="literal" />   
  •             </wsdl:input>   
  •             <wsdl:output name=

  • Tags:
    分享至:
    最新图文资讯
    1 2 3 4 5 6
    验证码:点击我更换图片 理智评论文明上网,拒绝恶意谩骂 用户名:
    关于我们 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 发展历史