<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="wsdl-viewer.xsl"?>

<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schema.example.com" targetNamespace="http://schema.example.com"><wsdl:types><xsd:schema targetNamespace="http://schema.example.com"><xsd:complexType name="phone_entityArray"><xsd:complexContent><xsd:restriction base="SOAP-ENC:Array"><xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:phone_entity[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="phone_entity"><xsd:all><xsd:element name="name" type="xsd:string"/><xsd:element name="number" type="xsd:string"/></xsd:all></xsd:complexType><xsd:complexType name="response"><xsd:all><xsd:element name="message" type="xsd:string"/><xsd:element name="messageid" type="xsd:string"/><xsd:element name="status" type="xsd:string"/></xsd:all></xsd:complexType><xsd:complexType name="phones_listArray"><xsd:complexContent><xsd:restriction base="SOAP-ENC:Array"><xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:phones_list[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="phones_list"><xsd:all><xsd:element name="id" type="xsd:int"/><xsd:element name="name" type="xsd:string"/><xsd:element name="phone_count" type="xsd:int"/></xsd:all></xsd:complexType><xsd:complexType name="stringArray"><xsd:complexContent><xsd:restriction base="SOAP-ENC:Array"><xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/></xsd:restriction></xsd:complexContent></xsd:complexType><xsd:complexType name="responseArray"><xsd:complexContent><xsd:restriction base="SOAP-ENC:Array"><xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:response[]"/></xsd:restriction></xsd:complexContent></xsd:complexType></xsd:schema></wsdl:types><message name="addPhonesListRequest"><part name="key" type="xsd:string"/><part name="name" type="xsd:string"/><part name="prefix" type="xsd:string"/><part name="phones" type="tns:phone_entityArray"/></message><message name="addPhonesListResponse"><part name="addPhonesListReturn" type="tns:response"/></message><message name="availableMessagesRequest"><part name="key" type="xsd:string"/></message><message name="availableMessagesResponse"><part name="availableMessagesReturn" type="xsd:int"/></message><message name="deletePhonesListRequest"><part name="key" type="xsd:string"/><part name="phone_list_id" type="xsd:int"/></message><message name="deletePhonesListResponse"><part name="deletePhonesListReturn" type="tns:response"/></message><message name="getPhonesRequest"><part name="key" type="xsd:string"/><part name="phone_list_id" type="xsd:int"/></message><message name="getPhonesResponse"><part name="getPhonesReturn" type="tns:phone_entityArray"/></message><message name="getPhonesListsRequest"><part name="key" type="xsd:string"/></message><message name="getPhonesListsResponse"><part name="getPhonesListsReturn" type="tns:phones_listArray"/></message><message name="getSenderidsRequest"><part name="key" type="xsd:string"/></message><message name="getSenderidsResponse"><part name="getSenderidsReturn" type="tns:stringArray"/></message><message name="queryRequest"><part name="key" type="xsd:string"/><part name="messageid" type="xsd:string"/></message><message name="queryResponse"><part name="queryReturn" type="tns:response"/></message><message name="sendToListRequest"><part name="key" type="xsd:string"/><part name="message" type="xsd:string"/><part name="unicode" type="xsd:boolean"/><part name="phones_list_id" type="xsd:int"/><part name="senderid" type="xsd:string"/><part name="execution" type="xsd:int"/></message><message name="sendToListResponse"><part name="sendToListReturn" type="tns:responseArray"/></message><message name="sendToPhoneRequest"><part name="key" type="xsd:string"/><part name="message" type="xsd:string"/><part name="unicode" type="xsd:boolean"/><part name="phone" type="xsd:string"/><part name="senderid" type="xsd:string"/><part name="execution" type="xsd:string"/></message><message name="sendToPhoneResponse"><part name="sendToPhoneReturn" type="tns:response"/></message><wsdl:portType name="SoapServicePortType"><wsdl:operation name="addPhonesList"><wsdl:input message="tns:addPhonesListRequest"/><wsdl:output message="tns:addPhonesListResponse"/></wsdl:operation><wsdl:operation name="availableMessages"><wsdl:input message="tns:availableMessagesRequest"/><wsdl:output message="tns:availableMessagesResponse"/></wsdl:operation><wsdl:operation name="deletePhonesList"><wsdl:input message="tns:deletePhonesListRequest"/><wsdl:output message="tns:deletePhonesListResponse"/></wsdl:operation><wsdl:operation name="getPhones"><wsdl:input message="tns:getPhonesRequest"/><wsdl:output message="tns:getPhonesResponse"/></wsdl:operation><wsdl:operation name="getPhonesLists"><wsdl:input message="tns:getPhonesListsRequest"/><wsdl:output message="tns:getPhonesListsResponse"/></wsdl:operation><wsdl:operation name="getSenderids"><wsdl:input message="tns:getSenderidsRequest"/><wsdl:output message="tns:getSenderidsResponse"/></wsdl:operation><wsdl:operation name="query"><wsdl:input message="tns:queryRequest"/><wsdl:output message="tns:queryResponse"/></wsdl:operation><wsdl:operation name="sendToList"><wsdl:input message="tns:sendToListRequest"/><wsdl:output message="tns:sendToListResponse"/></wsdl:operation><wsdl:operation name="sendToPhone"><wsdl:input message="tns:sendToPhoneRequest"/><wsdl:output message="tns:sendToPhoneResponse"/></wsdl:operation></wsdl:portType><binding name="SoapServiceBinding" type="tns:SoapServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="addPhonesList"><soap:operation soapAction="https://smsways.dataways.gr/service/call/soap&amp;method=addPhonesList" style="rpc"/><wsdl:input><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:input><wsdl:output><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:output></wsdl:operation><wsdl:operation name="availableMessages"><soap:operation soapAction="https://smsways.dataways.gr/service/call/soap&amp;method=availableMessages" style="rpc"/><wsdl:input><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:input><wsdl:output><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:output></wsdl:operation><wsdl:operation name="deletePhonesList"><soap:operation soapAction="https://smsways.dataways.gr/service/call/soap&amp;method=deletePhonesList" style="rpc"/><wsdl:input><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:input><wsdl:output><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:output></wsdl:operation><wsdl:operation name="getPhones"><soap:operation soapAction="https://smsways.dataways.gr/service/call/soap&amp;method=getPhones" style="rpc"/><wsdl:input><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:input><wsdl:output><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:output></wsdl:operation><wsdl:operation name="getPhonesLists"><soap:operation soapAction="https://smsways.dataways.gr/service/call/soap&amp;method=getPhonesLists" style="rpc"/><wsdl:input><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:input><wsdl:output><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:output></wsdl:operation><wsdl:operation name="getSenderids"><soap:operation soapAction="https://smsways.dataways.gr/service/call/soap&amp;method=getSenderids" style="rpc"/><wsdl:input><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:input><wsdl:output><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:output></wsdl:operation><wsdl:operation name="query"><soap:operation soapAction="https://smsways.dataways.gr/service/call/soap&amp;method=query" style="rpc"/><wsdl:input><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:input><wsdl:output><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:output></wsdl:operation><wsdl:operation name="sendToList"><soap:operation soapAction="https://smsways.dataways.gr/service/call/soap&amp;method=sendToList" style="rpc"/><wsdl:input><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:input><wsdl:output><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:output></wsdl:operation><wsdl:operation name="sendToPhone"><soap:operation soapAction="https://smsways.dataways.gr/service/call/soap&amp;method=sendToPhone" style="rpc"/><wsdl:input><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:input><wsdl:output><soap:body use="literal" namespace="http://schema.example.com"/></wsdl:output></wsdl:operation></binding><wsdl:service name="SoapService"><wsdl:port name="SoapServicePort" binding="tns:SoapServiceBinding"><soap:address location="https://smsways.dataways.gr/service/call/soap"/></wsdl:port></wsdl:service></wsdl:definitions>

