<?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="com.esendex.ems.soapinterface" 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="com.esendex.ems.soapinterface" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Implementation of the SendService (for sending text messages) with authentication information passed in as parameters rather than in a header. This allows development/runtime environments without support for the SOAPHeaders to consume the service. Click here for a &lt;a href="https://www.esendex.com/uk/evaluation/evaluation.aspx" title="SMS Service Trial"&gt;free trial&lt;/a&gt;.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="com.esendex.ems.soapinterface">
      <s:element name="SendMessage">
        <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="account" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="recipient" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="body" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendMessageResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendMessageResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendMessageFull">
        <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="account" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="originator" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="recipient" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="body" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="validityperiod" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendMessageFullResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendMessageFullResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendMessageMultipleRecipients">
        <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="account" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="recipients" type="tns:ArrayOfString" />
            <s:element minOccurs="0" maxOccurs="1" name="body" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="SendMessageMultipleRecipientsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendMessageMultipleRecipientsResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendMessageMultipleRecipientsFull">
        <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="account" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="originator" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="recipients" type="tns:ArrayOfString" />
            <s:element minOccurs="0" maxOccurs="1" name="body" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="type" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="validityperiod" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendMessageMultipleRecipientsFullResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendMessageMultipleRecipientsFullResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendMessageBatch">
        <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="account" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="messages" type="tns:ArrayOfMessagesubmission" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfMessagesubmission">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="messagesubmission" nillable="true" type="tns:messagesubmission" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="messagesubmission">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="originator" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="recipient" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="body" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="type" type="tns:MessageContentType" />
          <s:element minOccurs="1" maxOccurs="1" name="validityperiod" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="MessageContentType">
        <s:restriction base="s:string">
          <s:enumeration value="Text" />
          <s:enumeration value="Binary" />
          <s:enumeration value="SmartMessage" />
          <s:enumeration value="Unicode" />
          <s:enumeration value="WapPush" />
          <s:enumeration value="LongMessage" />
          <s:enumeration value="WDPMessage" />
          <s:enumeration value="AdvancedMessage" />
          <s:enumeration value="VoiceMessage" />
        </s:restriction>
      </s:simpleType>
      <s:element name="SendMessageBatchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendMessageBatchResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetMessageStatus">
        <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="account" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="id" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetMessageStatusResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetMessageStatusResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="SendMessageSoapIn">
    <wsdl:part name="parameters" element="tns:SendMessage" />
  </wsdl:message>
  <wsdl:message name="SendMessageSoapOut">
    <wsdl:part name="parameters" element="tns:SendMessageResponse" />
  </wsdl:message>
  <wsdl:message name="SendMessageFullSoapIn">
    <wsdl:part name="parameters" element="tns:SendMessageFull" />
  </wsdl:message>
  <wsdl:message name="SendMessageFullSoapOut">
    <wsdl:part name="parameters" element="tns:SendMessageFullResponse" />
  </wsdl:message>
  <wsdl:message name="SendMessageMultipleRecipientsSoapIn">
    <wsdl:part name="parameters" element="tns:SendMessageMultipleRecipients" />
  </wsdl:message>
  <wsdl:message name="SendMessageMultipleRecipientsSoapOut">
    <wsdl:part name="parameters" element="tns:SendMessageMultipleRecipientsResponse" />
  </wsdl:message>
  <wsdl:message name="SendMessageMultipleRecipientsFullSoapIn">
    <wsdl:part name="parameters" element="tns:SendMessageMultipleRecipientsFull" />
  </wsdl:message>
  <wsdl:message name="SendMessageMultipleRecipientsFullSoapOut">
    <wsdl:part name="parameters" element="tns:SendMessageMultipleRecipientsFullResponse" />
  </wsdl:message>
  <wsdl:message name="SendMessageBatchSoapIn">
    <wsdl:part name="parameters" element="tns:SendMessageBatch" />
  </wsdl:message>
  <wsdl:message name="SendMessageBatchSoapOut">
    <wsdl:part name="parameters" element="tns:SendMessageBatchResponse" />
  </wsdl:message>
  <wsdl:message name="GetMessageStatusSoapIn">
    <wsdl:part name="parameters" element="tns:GetMessageStatus" />
  </wsdl:message>
  <wsdl:message name="GetMessageStatusSoapOut">
    <wsdl:part name="parameters" element="tns:GetMessageStatusResponse" />
  </wsdl:message>
  <wsdl:portType name="SendServiceNoHeaderSoap">
    <wsdl:operation name="SendMessage">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">&lt;p&gt;Sends an SMS message to the specified recipient using the default originator and validity period&lt;/p&gt;&lt;b&gt;Parameters&lt;/b&gt;	&lt;table border="1" width="500"&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;username&lt;/TD&gt;			&lt;td&gt;Your Esendex username&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;password&lt;/TD&gt;			&lt;td&gt;Your Esendex password&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;account&lt;/TD&gt;			&lt;td&gt;Your Esendex account reference, usually the inbound number in international format eg: 447777111222&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;recipient&lt;/TD&gt;			&lt;td&gt;The mobile number to send the message to&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;body&lt;/TD&gt;			&lt;td&gt;The content of the message. 160 max characters per part for Text, 140 octets max for Binary and SmartMessaging, 70 octet pairs for Unicode messages. Longer message bodies will be sent as multiple message parts.&lt;/TD&gt;&lt;/TR&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;type&lt;/TD&gt;			&lt;td&gt;The type of message (Text, Binary, SmartMessage, Unicode)&lt;/td&gt;		&lt;/tr&gt;	&lt;/table&gt;&lt;br&gt;Returns the ID of the message assigned by the Esendex message Server</wsdl:documentation>
      <wsdl:input message="tns:SendMessageSoapIn" />
      <wsdl:output message="tns:SendMessageSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendMessageFull">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">&lt;p&gt;Sends an SMS message to the specified recipient&lt;/p&gt;&lt;b&gt;Parameters&lt;/b&gt;	&lt;table border="1" width="500"&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;username&lt;/TD&gt;			&lt;td&gt;Your Esendex username&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;password&lt;/TD&gt;			&lt;td&gt;Your Esendex password&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;account&lt;/TD&gt;			&lt;td&gt;Your Esendex account reference, usually the inbound number in international format eg: 447777111222&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;originator&lt;/TD&gt;			&lt;td&gt;The alias the message should appear to come from. Can be another phone number or up to 11 alpha numeric characters&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;recipient&lt;/TD&gt;			&lt;td&gt;The mobile number to send the message to&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;body&lt;/TD&gt;			&lt;td&gt;The content of the message. 160 max characters per part for Text, 140 octets max for Binary and SmartMessaging, 70 octet pairs for Unicode messages. Longer message bodies will be sent as multiple message parts.&lt;/TD&gt;&lt;/TR&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;type&lt;/TD&gt;			&lt;td&gt;The type of message (Text, Binary, SmartMessage, Unicode)&lt;/td&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;validityperiod&lt;/TD&gt;			&lt;td&gt;The validity period of the message in hours.&lt;/td&gt;		&lt;/tr&gt;	&lt;/table&gt;&lt;br&gt;Returns the ID of the message assigned by the Esendex message Server</wsdl:documentation>
      <wsdl:input message="tns:SendMessageFullSoapIn" />
      <wsdl:output message="tns:SendMessageFullSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendMessageMultipleRecipients">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">&lt;p&gt;Sends an SMS message to the specified recipients using the default originator and validity period&lt;/p&gt;&lt;b&gt;Parameters&lt;/b&gt;	&lt;table border="1" width="500"&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;username&lt;/TD&gt;			&lt;td&gt;Your Esendex username&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;password&lt;/TD&gt;			&lt;td&gt;Your Esendex password&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;account&lt;/TD&gt;			&lt;td&gt;Your Esendex account reference, usually the inbound number in international format eg: 447777111222&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;recipients&lt;/TD&gt;			&lt;td&gt;An array of mobile numbers to send the message to&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;body&lt;/TD&gt;			&lt;td&gt;The content of the message. 160 max characters per part for Text, 140 octets max for Binary and SmartMessaging, 70 octet pairs for Unicode messages. Longer message bodies will be sent as multiple message parts.&lt;/TD&gt;&lt;/TR&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;type&lt;/TD&gt;			&lt;td&gt;The type of message (Text, Binary, SmartMessage, Unicode)&lt;/td&gt;		&lt;/tr&gt;	&lt;/table&gt;&lt;br&gt;Returns an array of message IDs assigned by the Esendex message Server</wsdl:documentation>
      <wsdl:input message="tns:SendMessageMultipleRecipientsSoapIn" />
      <wsdl:output message="tns:SendMessageMultipleRecipientsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendMessageMultipleRecipientsFull">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">&lt;p&gt;Sends an SMS message to the specified recipients using the default originator and validity period&lt;/p&gt;&lt;b&gt;Parameters&lt;/b&gt;	&lt;table border="1" width="500"&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;username&lt;/TD&gt;			&lt;td&gt;Your Esendex username&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;password&lt;/TD&gt;			&lt;td&gt;Your Esendex password&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;account&lt;/TD&gt;			&lt;td&gt;Your Esendex account reference, usually the inbound number in international format eg: 447777111222&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;originator&lt;/TD&gt;			&lt;td&gt;The alias the message should appear to come from. Can be another phone number or up to 11 alpha numeric characters&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;recipients&lt;/TD&gt;			&lt;td&gt;An array of mobile numbers to send the message to&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;body&lt;/TD&gt;			&lt;td&gt;The content of the message. 160 max characters per part for Text, 140 octets max for Binary and SmartMessaging, 70 octet pairs for Unicode messages. Longer message bodies will be sent as multiple message parts.&lt;/TD&gt;&lt;/TR&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;type&lt;/TD&gt;			&lt;td&gt;The type of message (Text, Binary, SmartMessage, Unicode)&lt;/td&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;validityperiod&lt;/TD&gt;			&lt;td&gt;The validity period of the message in hours.&lt;/td&gt;		&lt;/tr&gt;	&lt;/table&gt;&lt;br&gt;Returns an array of message IDs assigned by the Esendex message Server</wsdl:documentation>
      <wsdl:input message="tns:SendMessageMultipleRecipientsFullSoapIn" />
      <wsdl:output message="tns:SendMessageMultipleRecipientsFullSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendMessageBatch">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">&lt;p&gt;Sends an SMS message to the specified recipient using the default originator and validity period&lt;/p&gt;&lt;b&gt;Parameters&lt;/b&gt;	&lt;table border="1" width="500"&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;username&lt;/TD&gt;			&lt;td&gt;Your Esendex username&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;password&lt;/TD&gt;			&lt;td&gt;Your Esendex password&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;account&lt;/TD&gt;			&lt;td&gt;Your Esendex account reference, usually the inbound number in international format eg: 447777111222&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;messages&lt;/TD&gt;			&lt;td&gt;Array of messageSubmission elements to send&lt;/td&gt;		&lt;/tr&gt;	&lt;/table&gt;&lt;br&gt;Returns an array of message IDs assigned by the Esendex message Server</wsdl:documentation>
      <wsdl:input message="tns:SendMessageBatchSoapIn" />
      <wsdl:output message="tns:SendMessageBatchSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetMessageStatus">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">&lt;p&gt;Returns the status of a previously submitted message&lt;/p&gt;&lt;b&gt;Parameters&lt;/b&gt;	&lt;table border="1" width="500"&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;username&lt;/TD&gt;			&lt;td&gt;Your Esendex username&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;password&lt;/TD&gt;			&lt;td&gt;Your Esendex password&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;account&lt;/TD&gt;			&lt;td&gt;Your Esendex account reference, usually the inbound number in international format eg: 447777111222&lt;/TD&gt;		&lt;/tr&gt;		&lt;tr valign=top&gt;			&lt;td width="100"&gt;id&lt;/TD&gt;			&lt;td&gt;ID of the message&lt;/td&gt;		&lt;/tr&gt;	&lt;/table&gt;&lt;br&gt;Returns a status code of Queued, Sent, Delivered, Failed</wsdl:documentation>
      <wsdl:input message="tns:GetMessageStatusSoapIn" />
      <wsdl:output message="tns:GetMessageStatusSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SendServiceNoHeaderSoap" type="tns:SendServiceNoHeaderSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="SendMessage">
      <soap:operation soapAction="com.esendex.ems.soapinterface/SendMessage" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendMessageFull">
      <soap:operation soapAction="com.esendex.ems.soapinterface/SendMessageFull" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendMessageMultipleRecipients">
      <soap:operation soapAction="com.esendex.ems.soapinterface/SendMessageMultipleRecipients" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendMessageMultipleRecipientsFull">
      <soap:operation soapAction="com.esendex.ems.soapinterface/SendMessageMultipleRecipientsFull" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendMessageBatch">
      <soap:operation soapAction="com.esendex.ems.soapinterface/SendMessageBatch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMessageStatus">
      <soap:operation soapAction="com.esendex.ems.soapinterface/GetMessageStatus" 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="SendServiceNoHeaderSoap12" type="tns:SendServiceNoHeaderSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="SendMessage">
      <soap12:operation soapAction="com.esendex.ems.soapinterface/SendMessage" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendMessageFull">
      <soap12:operation soapAction="com.esendex.ems.soapinterface/SendMessageFull" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendMessageMultipleRecipients">
      <soap12:operation soapAction="com.esendex.ems.soapinterface/SendMessageMultipleRecipients" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendMessageMultipleRecipientsFull">
      <soap12:operation soapAction="com.esendex.ems.soapinterface/SendMessageMultipleRecipientsFull" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendMessageBatch">
      <soap12:operation soapAction="com.esendex.ems.soapinterface/SendMessageBatch" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMessageStatus">
      <soap12:operation soapAction="com.esendex.ems.soapinterface/GetMessageStatus" 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="SendServiceNoHeader">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Implementation of the SendService (for sending text messages) with authentication information passed in as parameters rather than in a header. This allows development/runtime environments without support for the SOAPHeaders to consume the service. Click here for a &lt;a href="https://www.esendex.com/uk/evaluation/evaluation.aspx" title="SMS Service Trial"&gt;free trial&lt;/a&gt;.</wsdl:documentation>
    <wsdl:port name="SendServiceNoHeaderSoap" binding="tns:SendServiceNoHeaderSoap">
      <soap:address location="https://www.esendex.com/secure/messenger/soap/SendServiceNoHeader.asmx" />
    </wsdl:port>
    <wsdl:port name="SendServiceNoHeaderSoap12" binding="tns:SendServiceNoHeaderSoap12">
      <soap12:address location="https://www.esendex.com/secure/messenger/soap/SendServiceNoHeader.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>