<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:SmsControllerwsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" name="SmsController" targetNamespace="urn:SmsControllerwsdl"><wsdl:message name="sendSmsRequest"><wsdl:part name="username" type="xsd:string"/><wsdl:part name="password" type="xsd:string"/><wsdl:part name="identifier" type="xsd:string"/><wsdl:part name="mobileNumber" type="xsd:string"/><wsdl:part name="message" type="xsd:string"/></wsdl:message><wsdl:message name="sendSmsResponse"><wsdl:part name="return" type="xsd:string"/></wsdl:message><wsdl:message name="sendMultipleSmsRequest"><wsdl:part name="username" type="xsd:string"/><wsdl:part name="password" type="xsd:string"/><wsdl:part name="identifier" type="xsd:string"/><wsdl:part name="mobileNumber" type="xsd:string"/><wsdl:part name="message" type="xsd:string"/></wsdl:message><wsdl:message name="sendMultipleSmsResponse"><wsdl:part name="return" type="soap-enc:Array"/></wsdl:message><wsdl:message name="getCreditsRequest"><wsdl:part name="username" type="xsd:string"/><wsdl:part name="password" type="xsd:string"/></wsdl:message><wsdl:message name="getCreditsResponse"><wsdl:part name="return" type="xsd:integer"/></wsdl:message><wsdl:message name="transferCreditsRequest"><wsdl:part name="fromUsername" type="xsd:string"/><wsdl:part name="fromPassword" type="xsd:string"/><wsdl:part name="toUsername" type="xsd:string"/><wsdl:part name="credits" type="xsd:integer"/><wsdl:part name="reference" type="xsd:string"/></wsdl:message><wsdl:message name="transferCreditsResponse"><wsdl:part name="return" type="soap-enc:Array"/></wsdl:message><wsdl:message name="getDeliveryStatusRequest"><wsdl:part name="username" type="xsd:string"/><wsdl:part name="password" type="xsd:string"/><wsdl:part name="messageID" type="xsd:string"/></wsdl:message><wsdl:message name="getDeliveryStatusResponse"><wsdl:part name="return" type="soap-enc:Array"/></wsdl:message><wsdl:portType name="SmsControllerPortType"><wsdl:operation name="sendSms"><wsdl:documentation>Send a single SMS message</wsdl:documentation><wsdl:input message="tns:sendSmsRequest"/><wsdl:output message="tns:sendSmsResponse"/></wsdl:operation><wsdl:operation name="sendMultipleSms"><wsdl:documentation>Send multiple single SMS messages</wsdl:documentation><wsdl:input message="tns:sendMultipleSmsRequest"/><wsdl:output message="tns:sendMultipleSmsResponse"/></wsdl:operation><wsdl:operation name="getCredits"><wsdl:documentation>Get available credits for a given user account</wsdl:documentation><wsdl:input message="tns:getCreditsRequest"/><wsdl:output message="tns:getCreditsResponse"/></wsdl:operation><wsdl:operation name="transferCredits"><wsdl:documentation>Transfer Credits from one account to another</wsdl:documentation><wsdl:input message="tns:transferCreditsRequest"/><wsdl:output message="tns:transferCreditsResponse"/></wsdl:operation><wsdl:operation name="getDeliveryStatus"><wsdl:documentation>Get Delivery Status for a given SMS Message</wsdl:documentation><wsdl:input message="tns:getDeliveryStatusRequest"/><wsdl:output message="tns:getDeliveryStatusResponse"/></wsdl:operation></wsdl:portType><wsdl:binding name="SmsControllerBinding" type="tns:SmsControllerPortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="sendSms"><soap:operation soapAction="urn:SmsControllerwsdl#sendSms" style="rpc"/><wsdl:input><soap:body use="encoded" namespace="urn:SmsControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output><soap:body use="encoded" namespace="urn:SmsControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output></wsdl:operation><wsdl:operation name="sendMultipleSms"><soap:operation soapAction="urn:SmsControllerwsdl#sendMultipleSms" style="rpc"/><wsdl:input><soap:body use="encoded" namespace="urn:SmsControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output><soap:body use="encoded" namespace="urn:SmsControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output></wsdl:operation><wsdl:operation name="getCredits"><soap:operation soapAction="urn:SmsControllerwsdl#getCredits" style="rpc"/><wsdl:input><soap:body use="encoded" namespace="urn:SmsControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output><soap:body use="encoded" namespace="urn:SmsControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output></wsdl:operation><wsdl:operation name="transferCredits"><soap:operation soapAction="urn:SmsControllerwsdl#transferCredits" style="rpc"/><wsdl:input><soap:body use="encoded" namespace="urn:SmsControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output><soap:body use="encoded" namespace="urn:SmsControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output></wsdl:operation><wsdl:operation name="getDeliveryStatus"><soap:operation soapAction="urn:SmsControllerwsdl#getDeliveryStatus" style="rpc"/><wsdl:input><soap:body use="encoded" namespace="urn:SmsControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:input><wsdl:output><soap:body use="encoded" namespace="urn:SmsControllerwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service name="SmsControllerService"><wsdl:port name="SmsControllerPort" binding="tns:SmsControllerBinding"><soap:address location="http://sms.chillnethosting.co.za/index.php?r=sms/webservice&amp;ws=1"/></wsdl:port></wsdl:service></definitions>
