zoukankan      html  css  js  c++  java
  • 完整的WSDL语法

    完整的WSDL语法

    描述于 W3C 工作草案的完整 WSDL 1.2 语法:

    <wsdl:definitions name="nmtoken"? targetNamespace="uri">

       <import namespace="uri" location="uri"/> *
       
       <wsdl:documentation .... /> ?

       <wsdl:types> ?
           <wsdl:documentation .... /> ?
           <xsd:schema .... /> *
       </wsdl:types>

       <wsdl:message name="ncname"> *
           <wsdl:documentation .... /> ?
           <part name="ncname" element="qname"? type="qname"?/> *
       </wsdl:message>

       <wsdl:portType name="ncname"> *
           <wsdl:documentation .... /> ?
           <wsdl:operation name="ncname"> *
               <wsdl:documentation .... /> ?
               <wsdl:input message="qname"> ?
                   <wsdl:documentation .... /> ?
               </wsdl:input>
               <wsdl:output message="qname"> ?
                   <wsdl:documentation .... /> ?
               </wsdl:output>
               <wsdl:fault name="ncname" message="qname"> *
                   <wsdl:documentation .... /> ?
               </wsdl:fault>
           </wsdl:operation>
       </wsdl:portType>

       <wsdl:serviceType name="ncname"> *
           <wsdl:portType name="qname"/> +
       </wsdl:serviceType>

       <wsdl:binding name="ncname" type="qname"> *
           <wsdl:documentation .... /> ?
           <-- binding details --> *
           <wsdl:operation name="ncname"> *
               <wsdl:documentation .... /> ?
               <-- binding details --> *
               <wsdl:input> ?
                   <wsdl:documentation .... /> ?
                   <-- binding details -->
               </wsdl:input>
               <wsdl:output> ?
                   <wsdl:documentation .... /> ?
                   <-- binding details --> *
               </wsdl:output>
               <wsdl:fault name="ncname"> *
                   <wsdl:documentation .... /> ?
                   <-- binding details --> *
               </wsdl:fault>
           </wsdl:operation>
       </wsdl:binding>

       <wsdl:service name="ncname" serviceType="qname"> *
           <wsdl:documentation .... /> ?
           <wsdl:port name="ncname" binding="qname"> *
               <wsdl:documentation .... /> ?
               <-- address details -->
           </wsdl:port>
       </wsdl:service>

    </wsdl:definitions>

     

    It's a lonely road!!!
  • 相关阅读:
    gitea (git服务器), 修改配置,更换IP地址
    使用ffmpeg裁剪和合并视频
    linux/windows/Mac平台生成随机数的不同方法
    Android源代码同步脚本(增加设置线程参数)
    小米2S Mk6.0.1 [只能做测试体验,不能使用]
    MultiROM for the XIAOMI MI2S/2C/2! (Kexec HardBoot Enabled with Kexec HardBoot Patch!)
    [PATCH] UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3
    [转载]起动service保存android系统log( logcat服务)
    小米2S TWRP 3.0.2-0 最新中文版本Recovery
    centos 64位编译安装 glibc-2.14
  • 原文地址:https://www.cnblogs.com/JunkingBoy/p/14667521.html
Copyright © 2011-2022 走看看