<?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="http://www.italiasms.it" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.italiasms.it">
<types>
<xsd:schema targetNamespace="http://www.italiasms.it"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="Destinatari">
  <xsd:all>
   <xsd:element name="destinatari_destination_addr" type="xsd:string"/>
   <xsd:element name="destinatari_stati_consegna_id" type="xsd:int"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ArrayDiDestinatari">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Destinatari[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
</xsd:schema>
</types>
<message name="sendWsSMSRequest">
  <part name="utente" type="xsd:string" />
  <part name="password" type="xsd:string" />
  <part name="tipologie_sms_id" type="xsd:int" />
  <part name="messaggio" type="xsd:string" />
  <part name="destinatari" type="tns:ArrayDiDestinatari" /></message>
<message name="sendWsSMSResponse">
  <part name="return" type="xsd:int" /></message>
<message name="sendWsSMS2Request">
  <part name="utente" type="xsd:string" />
  <part name="password" type="xsd:string" />
  <part name="tipologie_sms_id" type="xsd:int" />
  <part name="messaggio" type="xsd:string" />
  <part name="destinatari" type="tns:ArrayDiDestinatari" />
  <part name="mittente" type="xsd:string" /></message>
<message name="sendWsSMS2Response">
  <part name="return" type="xsd:int" /></message>
<message name="getWsSaldoRequest">
  <part name="utente" type="xsd:string" />
  <part name="password" type="xsd:string" />
  <part name="tipologie_sms_id" type="xsd:int" /></message>
<message name="getWsSaldoResponse">
  <part name="return" type="xsd:int" /></message>
<portType name="ItaliasmsPortType">
  <operation name="sendWsSMS">
    <input message="tns:sendWsSMSRequest"/>
    <output message="tns:sendWsSMSResponse"/>
  </operation>
  <operation name="sendWsSMS2">
    <input message="tns:sendWsSMS2Request"/>
    <output message="tns:sendWsSMS2Response"/>
  </operation>
  <operation name="getWsSaldo">
    <input message="tns:getWsSaldoRequest"/>
    <output message="tns:getWsSaldoResponse"/>
  </operation>
</portType>
<binding name="ItaliasmsBinding" type="tns:ItaliasmsPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="sendWsSMS">
    <soap:operation soapAction="http://www.services.europsms.com/service.php/sendWsSMS" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.italiasms.it" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.italiasms.it" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="sendWsSMS2">
    <soap:operation soapAction="http://www.services.europsms.com/service.php/sendWsSMS2" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.italiasms.it" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.italiasms.it" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getWsSaldo">
    <soap:operation soapAction="http://www.services.europsms.com/service.php/getWsSaldo" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://www.italiasms.it" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://www.italiasms.it" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="Italiasms">
  <port name="ItaliasmsPort" binding="tns:ItaliasmsBinding">
    <soap:address location="http://www.services.europsms.com/service.php"/>
  </port>
</service>
</definitions>