<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:i0="http://www.servicex.co.uk/SmsDataSet.xsd" xmlns:tns="http://www.servicex.co.uk/wsSMS/Send" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.servicex.co.uk/wsSMS/Send" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:import namespace="http://www.servicex.co.uk/SmsDataSet.xsd" location="http://www.servicex.co.uk/wsSMS/Send.asmx?schema=SmsDataSet" />
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.servicex.co.uk/wsSMS/Send">
      <s:import namespace="http://www.servicex.co.uk/SmsDataSet.xsd" />
      <s:element name="SendSimpleMessage">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Tag" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="App" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Source" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Msisdn" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendSimpleMessageResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SendSimpleMessageResult">
              <s:complexType>
                <s:sequence>
                  <s:any namespace="http://www.servicex.co.uk/SmsDataSet.xsd" />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SmsDataSet" nillable="true">
        <s:complexType>
          <s:sequence>
            <s:any namespace="http://www.servicex.co.uk/SmsDataSet.xsd" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="SendSimpleMessageSoapIn">
    <wsdl:part name="parameters" element="tns:SendSimpleMessage" />
  </wsdl:message>
  <wsdl:message name="SendSimpleMessageSoapOut">
    <wsdl:part name="parameters" element="tns:SendSimpleMessageResponse" />
  </wsdl:message>
  <wsdl:message name="SendSimpleMessageHttpGetIn">
    <wsdl:part name="Tag" type="s:string" />
    <wsdl:part name="App" type="s:string" />
    <wsdl:part name="Source" type="s:string" />
    <wsdl:part name="Msisdn" type="s:string" />
    <wsdl:part name="Message" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SendSimpleMessageHttpGetOut">
    <wsdl:part name="Body" element="tns:SmsDataSet" />
  </wsdl:message>
  <wsdl:message name="SendSimpleMessageHttpPostIn">
    <wsdl:part name="Tag" type="s:string" />
    <wsdl:part name="App" type="s:string" />
    <wsdl:part name="Source" type="s:string" />
    <wsdl:part name="Msisdn" type="s:string" />
    <wsdl:part name="Message" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SendSimpleMessageHttpPostOut">
    <wsdl:part name="Body" element="tns:SmsDataSet" />
  </wsdl:message>
  <wsdl:portType name="SendSoap">
    <wsdl:operation name="SendSimpleMessage">
      <wsdl:input message="tns:SendSimpleMessageSoapIn" />
      <wsdl:output message="tns:SendSimpleMessageSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="SendHttpGet">
    <wsdl:operation name="SendSimpleMessage">
      <wsdl:input message="tns:SendSimpleMessageHttpGetIn" />
      <wsdl:output message="tns:SendSimpleMessageHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="SendHttpPost">
    <wsdl:operation name="SendSimpleMessage">
      <wsdl:input message="tns:SendSimpleMessageHttpPostIn" />
      <wsdl:output message="tns:SendSimpleMessageHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SendSoap" type="tns:SendSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="SendSimpleMessage">
      <soap:operation soapAction="http://www.servicex.co.uk/wsSMS/Send/SendSimpleMessage" 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="SendHttpGet" type="tns:SendHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="SendSimpleMessage">
      <http:operation location="/SendSimpleMessage" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="SendHttpPost" type="tns:SendHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="SendSimpleMessage">
      <http:operation location="/SendSimpleMessage" />
      <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="Send">
    <wsdl:port name="SendSoap" binding="tns:SendSoap">
      <soap:address location="http://www.servicex.co.uk/wsSMS/Send.asmx" />
    </wsdl:port>
    <wsdl:port name="SendHttpGet" binding="tns:SendHttpGet">
      <http:address location="http://www.servicex.co.uk/wsSMS/Send.asmx" />
    </wsdl:port>
    <wsdl:port name="SendHttpPost" binding="tns:SendHttpPost">
      <http:address location="http://www.servicex.co.uk/wsSMS/Send.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>