<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions 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://webservice.aspsms.com/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://webservice.aspsms.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Your SOAP compatible interface to VADIAN.NET ASPSMS services.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://webservice.aspsms.com/">
      <s:element name="GetASPSMSXObj">
        <s:complexType />
      </s:element>
      <s:element name="GetASPSMSXObjResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetASPSMSXObjResult" type="tns:cASPSMSX" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="cASPSMSX">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="UserKey" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Originator" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OriginatorUnlockCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DeferredDeliveryTime" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MessageData" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="FlashingSMS" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="BlinkingSMS" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="ReplaceMessage" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="URLBufferedMessageNotification" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="URLDeliveryNotification" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="URLNonDeliveryNotification" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="TimeOut" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="TimeZone" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Recipients" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="NotificationInquirySettings" type="tns:cNotificationInquirySettings" />
          <s:element minOccurs="0" maxOccurs="1" name="MessageWaitingIndicationSettings" type="tns:cMessageWaitingIndicationSettings" />
          <s:element minOccurs="0" maxOccurs="1" name="VCard" type="tns:cVCard" />
          <s:element minOccurs="1" maxOccurs="1" name="MMC" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="MNC" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="XSer" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TRNsForNotificationInquiry" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Operation" type="tns:ASPSMSX_Operation" />
          <s:element minOccurs="1" maxOccurs="1" name="LifeTime" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="WAPPushSettings" type="tns:cWAPPushSettings" />
          <s:element minOccurs="1" maxOccurs="1" name="AffiliateID" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="cNotificationInquirySettings">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Format" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Separator" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="cMessageWaitingIndicationSettings">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="VoiceIndication" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="CountVoiceMessages" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="FaxIndication" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="CountFaxMessages" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="EMailIndication" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="CountEmailMessages" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="OtherIndication" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="CountOtherMessages" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="StoreMessage" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="cVCard">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PhoneNumber" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="ASPSMSX_Operation">
        <s:restriction base="s:string">
          <s:enumeration value="OP_TextSMS" />
          <s:enumeration value="OP_PictureMessage" />
          <s:enumeration value="OP_Logo" />
          <s:enumeration value="OP_GroupLogo" />
          <s:enumeration value="OP_Ringtone" />
          <s:enumeration value="OP_VCard" />
          <s:enumeration value="OP_BinaryData" />
          <s:enumeration value="OP_MessageWaitingIndication" />
          <s:enumeration value="OP_RandomLogo" />
          <s:enumeration value="OP_InquireDeliveryNotifications" />
          <s:enumeration value="OP_CheckOriginatorAuthorization" />
          <s:enumeration value="OP_SendOriginatorUnlockCode" />
          <s:enumeration value="OP_UnlockOriginator" />
          <s:enumeration value="OP_SendWAPPush" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="cWAPPushSettings">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="URL" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="PutASPSMSXObj">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="BoosterObj" type="tns:cASPSMSX" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PutASPSMSXObjResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PutASPSMSXObjResult" type="tns:cResult" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="cResult">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ErrorCode" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorDescription" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AdditionalData" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="CheckCredits">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="UserKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CheckCreditsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CheckCreditsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SimpleTextSMS">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="UserKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Recipient" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Originator" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MessageText" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SimpleTextSMSResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SimpleTextSMSResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SimpleWAPPush">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="UserKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Recipient" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Originator" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="URL" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SimpleWAPPushResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SimpleWAPPushResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="cASPSMSX" nillable="true" type="tns:cASPSMSX" />
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="boolean" type="s:boolean" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetASPSMSXObjSoapIn">
    <wsdl:part name="parameters" element="tns:GetASPSMSXObj" />
  </wsdl:message>
  <wsdl:message name="GetASPSMSXObjSoapOut">
    <wsdl:part name="parameters" element="tns:GetASPSMSXObjResponse" />
  </wsdl:message>
  <wsdl:message name="PutASPSMSXObjSoapIn">
    <wsdl:part name="parameters" element="tns:PutASPSMSXObj" />
  </wsdl:message>
  <wsdl:message name="PutASPSMSXObjSoapOut">
    <wsdl:part name="parameters" element="tns:PutASPSMSXObjResponse" />
  </wsdl:message>
  <wsdl:message name="CheckCreditsSoapIn">
    <wsdl:part name="parameters" element="tns:CheckCredits" />
  </wsdl:message>
  <wsdl:message name="CheckCreditsSoapOut">
    <wsdl:part name="parameters" element="tns:CheckCreditsResponse" />
  </wsdl:message>
  <wsdl:message name="SimpleTextSMSSoapIn">
    <wsdl:part name="parameters" element="tns:SimpleTextSMS" />
  </wsdl:message>
  <wsdl:message name="SimpleTextSMSSoapOut">
    <wsdl:part name="parameters" element="tns:SimpleTextSMSResponse" />
  </wsdl:message>
  <wsdl:message name="SimpleWAPPushSoapIn">
    <wsdl:part name="parameters" element="tns:SimpleWAPPush" />
  </wsdl:message>
  <wsdl:message name="SimpleWAPPushSoapOut">
    <wsdl:part name="parameters" element="tns:SimpleWAPPushResponse" />
  </wsdl:message>
  <wsdl:message name="GetASPSMSXObjHttpGetIn" />
  <wsdl:message name="GetASPSMSXObjHttpGetOut">
    <wsdl:part name="Body" element="tns:cASPSMSX" />
  </wsdl:message>
  <wsdl:message name="CheckCreditsHttpGetIn">
    <wsdl:part name="UserKey" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="CheckCreditsHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="SimpleTextSMSHttpGetIn">
    <wsdl:part name="UserKey" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Recipient" type="s:string" />
    <wsdl:part name="Originator" type="s:string" />
    <wsdl:part name="MessageText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SimpleTextSMSHttpGetOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="SimpleWAPPushHttpGetIn">
    <wsdl:part name="UserKey" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Recipient" type="s:string" />
    <wsdl:part name="Originator" type="s:string" />
    <wsdl:part name="Description" type="s:string" />
    <wsdl:part name="URL" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SimpleWAPPushHttpGetOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="GetASPSMSXObjHttpPostIn" />
  <wsdl:message name="GetASPSMSXObjHttpPostOut">
    <wsdl:part name="Body" element="tns:cASPSMSX" />
  </wsdl:message>
  <wsdl:message name="CheckCreditsHttpPostIn">
    <wsdl:part name="UserKey" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
  </wsdl:message>
  <wsdl:message name="CheckCreditsHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="SimpleTextSMSHttpPostIn">
    <wsdl:part name="UserKey" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Recipient" type="s:string" />
    <wsdl:part name="Originator" type="s:string" />
    <wsdl:part name="MessageText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SimpleTextSMSHttpPostOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="SimpleWAPPushHttpPostIn">
    <wsdl:part name="UserKey" type="s:string" />
    <wsdl:part name="Password" type="s:string" />
    <wsdl:part name="Recipient" type="s:string" />
    <wsdl:part name="Originator" type="s:string" />
    <wsdl:part name="Description" type="s:string" />
    <wsdl:part name="URL" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SimpleWAPPushHttpPostOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:portType name="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceSoap">
    <wsdl:operation name="GetASPSMSXObj">
      <wsdl:input message="tns:GetASPSMSXObjSoapIn" />
      <wsdl:output message="tns:GetASPSMSXObjSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PutASPSMSXObj">
      <wsdl:input message="tns:PutASPSMSXObjSoapIn" />
      <wsdl:output message="tns:PutASPSMSXObjSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CheckCredits">
      <wsdl:input message="tns:CheckCreditsSoapIn" />
      <wsdl:output message="tns:CheckCreditsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SimpleTextSMS">
      <wsdl:input message="tns:SimpleTextSMSSoapIn" />
      <wsdl:output message="tns:SimpleTextSMSSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SimpleWAPPush">
      <wsdl:input message="tns:SimpleWAPPushSoapIn" />
      <wsdl:output message="tns:SimpleWAPPushSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceHttpGet">
    <wsdl:operation name="GetASPSMSXObj">
      <wsdl:input message="tns:GetASPSMSXObjHttpGetIn" />
      <wsdl:output message="tns:GetASPSMSXObjHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="CheckCredits">
      <wsdl:input message="tns:CheckCreditsHttpGetIn" />
      <wsdl:output message="tns:CheckCreditsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="SimpleTextSMS">
      <wsdl:input message="tns:SimpleTextSMSHttpGetIn" />
      <wsdl:output message="tns:SimpleTextSMSHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="SimpleWAPPush">
      <wsdl:input message="tns:SimpleWAPPushHttpGetIn" />
      <wsdl:output message="tns:SimpleWAPPushHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceHttpPost">
    <wsdl:operation name="GetASPSMSXObj">
      <wsdl:input message="tns:GetASPSMSXObjHttpPostIn" />
      <wsdl:output message="tns:GetASPSMSXObjHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="CheckCredits">
      <wsdl:input message="tns:CheckCreditsHttpPostIn" />
      <wsdl:output message="tns:CheckCreditsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="SimpleTextSMS">
      <wsdl:input message="tns:SimpleTextSMSHttpPostIn" />
      <wsdl:output message="tns:SimpleTextSMSHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="SimpleWAPPush">
      <wsdl:input message="tns:SimpleWAPPushHttpPostIn" />
      <wsdl:output message="tns:SimpleWAPPushHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceSoap" type="tns:ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetASPSMSXObj">
      <soap:operation soapAction="http://webservice.aspsms.com/GetASPSMSXObj" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PutASPSMSXObj">
      <soap:operation soapAction="http://webservice.aspsms.com/PutASPSMSXObj" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CheckCredits">
      <soap:operation soapAction="http://webservice.aspsms.com/CheckCredits" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SimpleTextSMS">
      <soap:operation soapAction="http://webservice.aspsms.com/SimpleTextSMS" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SimpleWAPPush">
      <soap:operation soapAction="http://webservice.aspsms.com/SimpleWAPPush" 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="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceSoap12" type="tns:ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetASPSMSXObj">
      <soap12:operation soapAction="http://webservice.aspsms.com/GetASPSMSXObj" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PutASPSMSXObj">
      <soap12:operation soapAction="http://webservice.aspsms.com/PutASPSMSXObj" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CheckCredits">
      <soap12:operation soapAction="http://webservice.aspsms.com/CheckCredits" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SimpleTextSMS">
      <soap12:operation soapAction="http://webservice.aspsms.com/SimpleTextSMS" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SimpleWAPPush">
      <soap12:operation soapAction="http://webservice.aspsms.com/SimpleWAPPush" 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="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceHttpGet" type="tns:ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetASPSMSXObj">
      <http:operation location="/GetASPSMSXObj" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CheckCredits">
      <http:operation location="/CheckCredits" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SimpleTextSMS">
      <http:operation location="/SimpleTextSMS" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SimpleWAPPush">
      <http:operation location="/SimpleWAPPush" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceHttpPost" type="tns:ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetASPSMSXObj">
      <http:operation location="/GetASPSMSXObj" />
      <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="CheckCredits">
      <http:operation location="/CheckCredits" />
      <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="SimpleTextSMS">
      <http:operation location="/SimpleTextSMS" />
      <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="SimpleWAPPush">
      <http:operation location="/SimpleWAPPush" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ASPSMS_x0020_SOAP_x0020_Web_x0020_Service">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Your SOAP compatible interface to VADIAN.NET ASPSMS services.</wsdl:documentation>
    <wsdl:port name="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceSoap" binding="tns:ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceSoap">
      <soap:address location="https://soap.aspsms.com/aspsmsx.asmx" />
    </wsdl:port>
    <wsdl:port name="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceSoap12" binding="tns:ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceSoap12">
      <soap12:address location="https://soap.aspsms.com/aspsmsx.asmx" />
    </wsdl:port>
    <wsdl:port name="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceHttpGet" binding="tns:ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceHttpGet">
      <http:address location="https://soap.aspsms.com/aspsmsx.asmx" />
    </wsdl:port>
    <wsdl:port name="ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceHttpPost" binding="tns:ASPSMS_x0020_SOAP_x0020_Web_x0020_ServiceHttpPost">
      <http:address location="https://soap.aspsms.com/aspsmsx.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>