ctcc_sms_receive_service_2_1.wsdl

来自「电信网关接口程序」· WSDL 代码 · 共 41 行

WSDL
41
字号
<?xml version="1.0" encoding="UTF-8"?>
<!-- July 14, 2005 -->
<wsdl:definitions
   name="ctcc_sms_receive_service"
   targetNamespace="http://www.chinatelecom.com.cn/wsdl/ctcc/sms/receive/v2_1/service"
   xmlns="http://schemas.xmlsoap.org/wsdl/"
   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:tns="http://www.chinatelecom.com.cn/wsdl/ctcc/sms/receive/v2_1/service"
   xmlns:interface="http://www.chinatelecom.com.cn/wsdl/ctcc/sms/receive/v2_1/interface">

   <wsdl:import namespace="http://www.chinatelecom.com.cn/wsdl/ctcc/sms/receive/v2_1/interface" location="ctcc_sms_receive_interface_2_1.wsdl"/>

   <wsdl:binding name="ReceiveSmsBinding" type="interface:ReceiveSms">
      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="getReceivedSms">
         <soap:operation soapAction="" style="document"/>
            <wsdl:input>
               <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
               <soap:body use="literal"/>
            </wsdl:output>
            <wsdl:fault name="ServiceException">
               <soap:fault name="ServiceException" use="literal"/>
            </wsdl:fault>
            <wsdl:fault name="PolicyException">
               <soap:fault name="PolicyException" use="literal"/>
            </wsdl:fault>
      </wsdl:operation>
   </wsdl:binding>

   <wsdl:service name="ReceiveSmsService">
      <wsdl:port name="ReceiveSms" binding="tns:ReceiveSmsBinding">
         <soap:address location="http://localhost:9080/ReceiveSmsService/services/ReceiveSms"/>
      </wsdl:port>
   </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

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