<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:SMSAPIwsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:SMSAPIwsdl">
<types>
<xsd:schema targetNamespace="urn:SMSAPIwsdl"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="SendRequest">
  <part name="body" type="xsd:string" />
  <part name="Destinations" type="xsd:string" />
  <part name="encoding" type="xsd:string" />
  <part name="messageClass" type="xsd:string" /></message>
<message name="SendResponse">
  <part name="return" type="xsd:Array" /></message>
<message name="ViewReceiveRequest">
  <part name="id" type="xsd:string" /></message>
<message name="ViewReceiveResponse">
  <part name="return" type="xsd:Array" /></message>
<message name="DeliveryReportRequest">
  <part name="id" type="xsd:string" />
  <part name="fromid" type="xsd:string" /></message>
<message name="DeliveryReportResponse">
  <part name="return" type="xsd:Array" /></message>
<message name="BalanceRequest"></message>
<message name="BalanceResponse">
  <part name="return" type="xsd:Array" /></message>
<portType name="CanDoo SMS API [with ms.shirvan]PortType">
  <operation name="Send">
    <documentation>Send SMS</documentation>
    <input message="tns:SendRequest"/>
    <output message="tns:SendResponse"/>
  </operation>
  <operation name="ViewReceive">
    <documentation>ViewReceive</documentation>
    <input message="tns:ViewReceiveRequest"/>
    <output message="tns:ViewReceiveResponse"/>
  </operation>
  <operation name="DeliveryReport">
    <documentation>Delivery Report</documentation>
    <input message="tns:DeliveryReportRequest"/>
    <output message="tns:DeliveryReportResponse"/>
  </operation>
  <operation name="Balance">
    <documentation>User Balance</documentation>
    <input message="tns:BalanceRequest"/>
    <output message="tns:BalanceResponse"/>
  </operation>
</portType>
<binding name="CanDoo SMS API [with ms.shirvan]Binding" type="tns:CanDoo SMS API [with ms.shirvan]PortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="Send">
    <soap:operation soapAction="urn:SMSAPIwsdl#Send" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:SMSAPIwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:SMSAPIwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="ViewReceive">
    <soap:operation soapAction="urn:SMSAPIwsdl#ViewReceive" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:SMSAPIwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:SMSAPIwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="DeliveryReport">
    <soap:operation soapAction="urn:SMSAPIwsdl#DeliveryReport" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:SMSAPIwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:SMSAPIwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="Balance">
    <soap:operation soapAction="urn:SMSAPIwsdl#DeliveryReport" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:SMSAPIwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:SMSAPIwsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="CanDoo SMS API [with ms.shirvan]">
  <port name="CanDoo SMS API [with ms.shirvan]Port" binding="tns:CanDoo SMS API [with ms.shirvan]Binding">
    <soap:address location="http://www.candoosms.com/WebServices/index.php"/>
  </port>
</service>
</definitions>