<?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:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://sms.mediaburst.net/SOAP" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://sms.mediaburst.net/SOAP" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://sms.mediaburst.net/SOAP">
      <s:element name="Send">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Messages" type="tns:ArrayOfSMS" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSMS">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SMS" nillable="true" type="tns:SMS" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="SMS">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="To" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Content" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="From" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MsgType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="UDH" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="URL" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Concat" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ClientID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ServType" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="ExpiryTime" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="Billed" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="NetworkID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Keyword" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DlrType" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DlrUrl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DlrParams" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DlrContent" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AbsExpiry" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="UniqueId" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:element name="SendResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendResult" type="tns:ArrayOfSMS_Resp" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSMS_Resp">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SMS_Resp" nillable="true" type="tns:SMS_Resp" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="SMS_Resp">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="To" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ClientID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MessageID" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="ErrNo" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrDesc" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Credits">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ServiceType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreditsResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="SendSoapIn">
    <wsdl:part name="parameters" element="tns:Send" />
  </wsdl:message>
  <wsdl:message name="SendSoapOut">
    <wsdl:part name="parameters" element="tns:SendResponse" />
  </wsdl:message>
  <wsdl:message name="CreditsSoapIn">
    <wsdl:part name="parameters" element="tns:Credits" />
  </wsdl:message>
  <wsdl:message name="CreditsSoapOut">
    <wsdl:part name="parameters" element="tns:CreditsResponse" />
  </wsdl:message>
  <wsdl:portType name="SOAP_SMSSoap">
    <wsdl:operation name="Send">
      <wsdl:input message="tns:SendSoapIn" />
      <wsdl:output message="tns:SendSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Credits">
      <wsdl:input message="tns:CreditsSoapIn" />
      <wsdl:output message="tns:CreditsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SOAP_SMSSoap" type="tns:SOAP_SMSSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Send">
      <soap:operation soapAction="http://sms.mediaburst.net/SOAP/Send" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Credits">
      <soap:operation soapAction="http://sms.mediaburst.net/SOAP/Credits" 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="SOAP_SMSSoap12" type="tns:SOAP_SMSSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Send">
      <soap12:operation soapAction="http://sms.mediaburst.net/SOAP/Send" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Credits">
      <soap12:operation soapAction="http://sms.mediaburst.net/SOAP/Credits" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="SOAP_SMS">
    <wsdl:port name="SOAP_SMSSoap" binding="tns:SOAP_SMSSoap">
      <soap:address location="http://sms.message-platform.com/soap/sms.asmx" />
    </wsdl:port>
    <wsdl:port name="SOAP_SMSSoap12" binding="tns:SOAP_SMSSoap12">
      <soap12:address location="http://sms.message-platform.com/soap/sms.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>