⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 缴费状态通知接口networkcharge.wsdl

📁 Elliptic Curves Cryptography
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:networkcharge.server.ws.epm" xmlns:impl="urn:networkcharge.server.ws.epm"  xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">

     <wsdl:types>
     </wsdl:types>
       
   <wsdl:message name="methodRequest">
      <wsdl:part name="msgParam" type="soapenc:string"/>       
   </wsdl:message>
   
   <wsdl:message name="methodResponse">
      <wsdl:part name="methodReturn" type="soapenc:string"/>
   </wsdl:message>

   <wsdl:portType name="BONetworkCharge">
      <wsdl:operation name="ChargeByTaskNo" parameterOrder="msgParam">
         <wsdl:input name="methodRequest" message="impl:methodRequest"/>
         <wsdl:output name="methodResponse" message="impl:methodResponse"/>
      </wsdl:operation>      
   </wsdl:portType>

   <wsdl:binding name="BONetworkChargeSoapBinding" type="impl:BONetworkCharge">
      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
      <wsdl:operation name="ChargeByTaskNo">
         <wsdlsoap:operation soapAction=""/>
         <wsdl:input name="methodRequest">
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:networkcharge.server.ws.epm"/>
         </wsdl:input>
         <wsdl:output name="methodResponse">
            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:networkcharge.server.ws.epm"/>
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>

   <wsdl:service name="BONetworkChargeService">
      <wsdl:port name="BONetworkCharge" binding="impl:BONetworkChargeSoapBinding">
         <wsdlsoap:address location="http://localhost:8080/epm/services/BONetworkCharge"/>
      </wsdl:port>
   </wsdl:service>
   
</wsdl:definitions>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -