<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s0="http://www.chinatelecom.com.cn/schema/ctcc/sms/notification/v2_1/local" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.chinatelecom.com.cn/wsdl/ctcc/sms/notification/v2_1/service" xmlns:s1="http://www.chinatelecom.com.cn/schema/ctcc/sms/v2_1" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s2="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.chinatelecom.com.cn/wsdl/ctcc/sms/notification/v2_1/service" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.chinatelecom.com.cn/schema/ctcc/sms/notification/v2_1/local">
      <s:import namespace="http://www.chinatelecom.com.cn/schema/ctcc/sms/v2_1" />
      <s:element name="notifySmsReception" type="s0:notifySmsReception" />
      <s:complexType name="notifySmsReception">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="registrationIdentifier" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="message" type="s1:SmsMessage" />
        </s:sequence>
      </s:complexType>
      <s:element name="notifySmsReceptionResponse" type="s0:notifySmsReceptionResponse" />
      <s:complexType name="notifySmsReceptionResponse" />
      <s:complexType name="notifySmsDeliveryReceipt">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="correlator" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="deliveryStatus" type="s1:DeliveryInformation" />
        </s:sequence>
      </s:complexType>
      <s:element name="notifySmsDeliveryReceiptResponse" type="s0:notifySmsDeliveryReceiptResponse" />
      <s:complexType name="notifySmsDeliveryReceiptResponse" />
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.chinatelecom.com.cn/schema/ctcc/sms/v2_1">
      <s:complexType name="SmsMessage">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="message" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="senderAddress" type="s:anyURI" />
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="smsServiceActivationNumber" type="s:anyURI" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DeliveryInformation">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="address" type="s:anyURI" />
          <s:element minOccurs="1" maxOccurs="1" form="unqualified" name="deliveryStatus" type="s1:DeliveryStatus" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="DeliveryStatus">
        <s:restriction base="s:string">
          <s:enumeration value="DeliveredToNetwork" />
          <s:enumeration value="DeliveryUncertain" />
          <s:enumeration value="DeliveryImpossible" />
          <s:enumeration value="MessageWaiting" />
          <s:enumeration value="DeliveredToTerminal" />
          <s:enumeration value="DeliveryNotificationNotSupported" />
          <s:enumeration value="AuthPriceFailed" />
        </s:restriction>
      </s:simpleType>
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1">
      <s:element name="NotifySOAPHeader" type="s2:NotifySOAPHeader" />
      <s:complexType name="NotifySOAPHeader">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="spRevId" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="spRevpassword" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="spId" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="SAN" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="transactionId" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" form="unqualified" name="linkId" type="s:string" />
        </s:sequence>
        <s:anyAttribute />
      </s:complexType>
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.chinatelecom.com.cn/wsdl/ctcc/sms/notification/v2_1/service">
      <s:import namespace="http://www.chinatelecom.com.cn/schema/ctcc/sms/notification/v2_1/local" />
      <s:element name="notifySmsDeliveryReceipt1" type="s0:notifySmsDeliveryReceipt" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="notifySmsReceptionSoapIn">
    <wsdl:part name="notifySmsReception1" element="s0:notifySmsReception" />
  </wsdl:message>
  <wsdl:message name="notifySmsReceptionSoapOut">
    <wsdl:part name="notifySmsReceptionResult" element="s0:notifySmsReceptionResponse" />
  </wsdl:message>
  <wsdl:message name="notifySmsReceptionNotifySOAPHeader">
    <wsdl:part name="NotifySOAPHeader" element="s2:NotifySOAPHeader" />
  </wsdl:message>
  <wsdl:message name="notifySmsDeliveryReceiptSoapIn">
    <wsdl:part name="notifySmsDeliveryReceipt1" element="tns:notifySmsDeliveryReceipt1" />
  </wsdl:message>
  <wsdl:message name="notifySmsDeliveryReceiptSoapOut">
    <wsdl:part name="notifySmsDeliveryReceiptResult" element="s0:notifySmsDeliveryReceiptResponse" />
  </wsdl:message>
  <wsdl:message name="notifySmsDeliveryReceiptNotifySOAPHeader">
    <wsdl:part name="NotifySOAPHeader" element="s2:NotifySOAPHeader" />
  </wsdl:message>
  <wsdl:portType name="TelcomISAGServiceSoap">
    <wsdl:operation name="notifySmsReception">
      <wsdl:input message="tns:notifySmsReceptionSoapIn" />
      <wsdl:output message="tns:notifySmsReceptionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="notifySmsDeliveryReceipt">
      <wsdl:input message="tns:notifySmsDeliveryReceiptSoapIn" />
      <wsdl:output message="tns:notifySmsDeliveryReceiptSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="TelcomISAGServiceSoap" type="tns:TelcomISAGServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="notifySmsReception">
      <soap:operation soapAction="" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:notifySmsReceptionNotifySOAPHeader" part="NotifySOAPHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="notifySmsDeliveryReceipt">
      <soap:operation soapAction="notifySmsDeliveryReceipt" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:notifySmsDeliveryReceiptNotifySOAPHeader" part="NotifySOAPHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="TelcomISAGServiceSoap12" type="tns:TelcomISAGServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="notifySmsReception">
      <soap12:operation soapAction="" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:notifySmsReceptionNotifySOAPHeader" part="NotifySOAPHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="notifySmsDeliveryReceipt">
      <soap12:operation soapAction="notifySmsDeliveryReceipt" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:notifySmsDeliveryReceiptNotifySOAPHeader" part="NotifySOAPHeader" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="TelcomISAGService">
    <wsdl:port name="TelcomISAGServiceSoap" binding="tns:TelcomISAGServiceSoap">
      <soap:address location="http://www.fudacar.net.cn:6780/TelcomISAG.asmx" />
    </wsdl:port>
    <wsdl:port name="TelcomISAGServiceSoap12" binding="tns:TelcomISAGServiceSoap12">
      <soap12:address location="http://www.fudacar.net.cn:6780/TelcomISAG.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>