<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="GetRecSms">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Psw" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetRecSmsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetRecSmsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetRecSmsStr">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Psw" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetRecSmsStrResponse">
        <s:complexType />
      </s:element>
      <s:element name="GetState">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Psw" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetStateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetStateResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetStateStr">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Id" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Psw" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetStateStrResponse">
        <s:complexType />
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetRecSmsSoapIn">
    <wsdl:part name="parameters" element="tns:GetRecSms" />
  </wsdl:message>
  <wsdl:message name="GetRecSmsSoapOut">
    <wsdl:part name="parameters" element="tns:GetRecSmsResponse" />
  </wsdl:message>
  <wsdl:message name="GetRecSmsStrSoapIn">
    <wsdl:part name="parameters" element="tns:GetRecSmsStr" />
  </wsdl:message>
  <wsdl:message name="GetRecSmsStrSoapOut">
    <wsdl:part name="parameters" element="tns:GetRecSmsStrResponse" />
  </wsdl:message>
  <wsdl:message name="GetStateSoapIn">
    <wsdl:part name="parameters" element="tns:GetState" />
  </wsdl:message>
  <wsdl:message name="GetStateSoapOut">
    <wsdl:part name="parameters" element="tns:GetStateResponse" />
  </wsdl:message>
  <wsdl:message name="GetStateStrSoapIn">
    <wsdl:part name="parameters" element="tns:GetStateStr" />
  </wsdl:message>
  <wsdl:message name="GetStateStrSoapOut">
    <wsdl:part name="parameters" element="tns:GetStateStrResponse" />
  </wsdl:message>
  <wsdl:message name="GetRecSmsHttpGetIn">
    <wsdl:part name="Id" type="s:string" />
    <wsdl:part name="Name" type="s:string" />
    <wsdl:part name="Psw" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetRecSmsHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetRecSmsStrHttpGetIn">
    <wsdl:part name="Id" type="s:string" />
    <wsdl:part name="Name" type="s:string" />
    <wsdl:part name="Psw" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetRecSmsStrHttpGetOut" />
  <wsdl:message name="GetStateHttpGetIn">
    <wsdl:part name="Id" type="s:string" />
    <wsdl:part name="Name" type="s:string" />
    <wsdl:part name="Psw" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetStateHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetStateStrHttpGetIn">
    <wsdl:part name="Id" type="s:string" />
    <wsdl:part name="Name" type="s:string" />
    <wsdl:part name="Psw" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetStateStrHttpGetOut" />
  <wsdl:message name="GetRecSmsHttpPostIn">
    <wsdl:part name="Id" type="s:string" />
    <wsdl:part name="Name" type="s:string" />
    <wsdl:part name="Psw" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetRecSmsHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetRecSmsStrHttpPostIn">
    <wsdl:part name="Id" type="s:string" />
    <wsdl:part name="Name" type="s:string" />
    <wsdl:part name="Psw" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetRecSmsStrHttpPostOut" />
  <wsdl:message name="GetStateHttpPostIn">
    <wsdl:part name="Id" type="s:string" />
    <wsdl:part name="Name" type="s:string" />
    <wsdl:part name="Psw" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetStateHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetStateStrHttpPostIn">
    <wsdl:part name="Id" type="s:string" />
    <wsdl:part name="Name" type="s:string" />
    <wsdl:part name="Psw" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetStateStrHttpPostOut" />
  <wsdl:portType name="ServiceSoap">
    <wsdl:operation name="GetRecSms">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取上行回复信息，返回值XML方式</wsdl:documentation>
      <wsdl:input message="tns:GetRecSmsSoapIn" />
      <wsdl:output message="tns:GetRecSmsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetRecSmsStr">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取上行回复信息，返回值字符串方式HTTP接口专用</wsdl:documentation>
      <wsdl:input message="tns:GetRecSmsStrSoapIn" />
      <wsdl:output message="tns:GetRecSmsStrSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetState">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取状态信息，返回值XML方式</wsdl:documentation>
      <wsdl:input message="tns:GetStateSoapIn" />
      <wsdl:output message="tns:GetStateSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetStateStr">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取状态信息，返回值字符串方式HTTP接口专用</wsdl:documentation>
      <wsdl:input message="tns:GetStateStrSoapIn" />
      <wsdl:output message="tns:GetStateStrSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ServiceHttpGet">
    <wsdl:operation name="GetRecSms">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取上行回复信息，返回值XML方式</wsdl:documentation>
      <wsdl:input message="tns:GetRecSmsHttpGetIn" />
      <wsdl:output message="tns:GetRecSmsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetRecSmsStr">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取上行回复信息，返回值字符串方式HTTP接口专用</wsdl:documentation>
      <wsdl:input message="tns:GetRecSmsStrHttpGetIn" />
      <wsdl:output message="tns:GetRecSmsStrHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetState">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取状态信息，返回值XML方式</wsdl:documentation>
      <wsdl:input message="tns:GetStateHttpGetIn" />
      <wsdl:output message="tns:GetStateHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetStateStr">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取状态信息，返回值字符串方式HTTP接口专用</wsdl:documentation>
      <wsdl:input message="tns:GetStateStrHttpGetIn" />
      <wsdl:output message="tns:GetStateStrHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ServiceHttpPost">
    <wsdl:operation name="GetRecSms">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取上行回复信息，返回值XML方式</wsdl:documentation>
      <wsdl:input message="tns:GetRecSmsHttpPostIn" />
      <wsdl:output message="tns:GetRecSmsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetRecSmsStr">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取上行回复信息，返回值字符串方式HTTP接口专用</wsdl:documentation>
      <wsdl:input message="tns:GetRecSmsStrHttpPostIn" />
      <wsdl:output message="tns:GetRecSmsStrHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetState">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取状态信息，返回值XML方式</wsdl:documentation>
      <wsdl:input message="tns:GetStateHttpPostIn" />
      <wsdl:output message="tns:GetStateHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetStateStr">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">说明：获取状态信息，返回值字符串方式HTTP接口专用</wsdl:documentation>
      <wsdl:input message="tns:GetStateStrHttpPostIn" />
      <wsdl:output message="tns:GetStateStrHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetRecSms">
      <soap:operation soapAction="http://tempuri.org/GetRecSms" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetRecSmsStr">
      <soap:operation soapAction="http://tempuri.org/GetRecSmsStr" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetState">
      <soap:operation soapAction="http://tempuri.org/GetState" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetStateStr">
      <soap:operation soapAction="http://tempuri.org/GetStateStr" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ServiceSoap12" type="tns:ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetRecSms">
      <soap12:operation soapAction="http://tempuri.org/GetRecSms" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetRecSmsStr">
      <soap12:operation soapAction="http://tempuri.org/GetRecSmsStr" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetState">
      <soap12:operation soapAction="http://tempuri.org/GetState" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetStateStr">
      <soap12:operation soapAction="http://tempuri.org/GetStateStr" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ServiceHttpGet" type="tns:ServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetRecSms">
      <http:operation location="/GetRecSms" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetRecSmsStr">
      <http:operation location="/GetRecSmsStr" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="GetState">
      <http:operation location="/GetState" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetStateStr">
      <http:operation location="/GetStateStr" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ServiceHttpPost" type="tns:ServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetRecSms">
      <http:operation location="/GetRecSms" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetRecSmsStr">
      <http:operation location="/GetRecSmsStr" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
    <wsdl:operation name="GetState">
      <http:operation location="/GetState" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetStateStr">
      <http:operation location="/GetStateStr" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output />
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Service">
    <wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
      <soap:address location="http://sms.bdt360.com:8280/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
      <soap12:address location="http://sms.bdt360.com:8280/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceHttpGet" binding="tns:ServiceHttpGet">
      <http:address location="http://sms.bdt360.com:8280/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceHttpPost" binding="tns:ServiceHttpPost">
      <http:address location="http://sms.bdt360.com:8280/Service.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>