<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="Wrapper.Credit" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="Wrapper.Credit" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="Wrapper.Credit">
      <s:element name="Purchase">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="CreditPurchased" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="PaymentType" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PurchaseResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PurchaseResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PurchaseMobile">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CreditPurchased" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="PaymentType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PurchaseMobileResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PurchaseMobileResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PurchaseServicesAndVoip">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="CreditPurchasedServices" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="CreditPurchasedVoip" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="PaymentType" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PurchaseServicesAndVoipResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PurchaseServicesAndVoipResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PurchaseServicesAndCanone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="CreditPurchasedServices" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="CreditPurchasedVoip" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="CreditPurchasedCanoneServices" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="CreditPurchasedCanoneVoip" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="PaymentType" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PurchaseServicesAndCanoneResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PurchaseServicesAndCanoneResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PurchaseCC">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="CreditPurchased" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PurchaseCCResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PurchaseCCResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditingPurchase">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="TrasactionID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreditingPurchaseResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreditingPurchaseResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="PurchaseSoapIn">
    <wsdl:part name="parameters" element="tns:Purchase" />
  </wsdl:message>
  <wsdl:message name="PurchaseSoapOut">
    <wsdl:part name="parameters" element="tns:PurchaseResponse" />
  </wsdl:message>
  <wsdl:message name="PurchaseMobileSoapIn">
    <wsdl:part name="parameters" element="tns:PurchaseMobile" />
  </wsdl:message>
  <wsdl:message name="PurchaseMobileSoapOut">
    <wsdl:part name="parameters" element="tns:PurchaseMobileResponse" />
  </wsdl:message>
  <wsdl:message name="PurchaseServicesAndVoipSoapIn">
    <wsdl:part name="parameters" element="tns:PurchaseServicesAndVoip" />
  </wsdl:message>
  <wsdl:message name="PurchaseServicesAndVoipSoapOut">
    <wsdl:part name="parameters" element="tns:PurchaseServicesAndVoipResponse" />
  </wsdl:message>
  <wsdl:message name="PurchaseServicesAndCanoneSoapIn">
    <wsdl:part name="parameters" element="tns:PurchaseServicesAndCanone" />
  </wsdl:message>
  <wsdl:message name="PurchaseServicesAndCanoneSoapOut">
    <wsdl:part name="parameters" element="tns:PurchaseServicesAndCanoneResponse" />
  </wsdl:message>
  <wsdl:message name="PurchaseCCSoapIn">
    <wsdl:part name="parameters" element="tns:PurchaseCC" />
  </wsdl:message>
  <wsdl:message name="PurchaseCCSoapOut">
    <wsdl:part name="parameters" element="tns:PurchaseCCResponse" />
  </wsdl:message>
  <wsdl:message name="CreditingPurchaseSoapIn">
    <wsdl:part name="parameters" element="tns:CreditingPurchase" />
  </wsdl:message>
  <wsdl:message name="CreditingPurchaseSoapOut">
    <wsdl:part name="parameters" element="tns:CreditingPurchaseResponse" />
  </wsdl:message>
  <wsdl:portType name="CreditSoap">
    <wsdl:operation name="Purchase">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Acquisto del credito</wsdl:documentation>
      <wsdl:input message="tns:PurchaseSoapIn" />
      <wsdl:output message="tns:PurchaseSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PurchaseMobile">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Acquisto del credito (Mobile Version)</wsdl:documentation>
      <wsdl:input message="tns:PurchaseMobileSoapIn" />
      <wsdl:output message="tns:PurchaseMobileSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PurchaseServicesAndVoip">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Acquisto del credito servizi emessage e telefono</wsdl:documentation>
      <wsdl:input message="tns:PurchaseServicesAndVoipSoapIn" />
      <wsdl:output message="tns:PurchaseServicesAndVoipSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PurchaseServicesAndCanone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Acquisto del credito servizi emessage e telefono</wsdl:documentation>
      <wsdl:input message="tns:PurchaseServicesAndCanoneSoapIn" />
      <wsdl:output message="tns:PurchaseServicesAndCanoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PurchaseCC">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Acquisto del credito con carta di credito</wsdl:documentation>
      <wsdl:input message="tns:PurchaseCCSoapIn" />
      <wsdl:output message="tns:PurchaseCCSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreditingPurchase">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Accredito della ricarica</wsdl:documentation>
      <wsdl:input message="tns:CreditingPurchaseSoapIn" />
      <wsdl:output message="tns:CreditingPurchaseSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CreditSoap" type="tns:CreditSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Purchase">
      <soap:operation soapAction="Wrapper.Credit/Purchase" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PurchaseMobile">
      <soap:operation soapAction="Wrapper.Credit/PurchaseMobile" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PurchaseServicesAndVoip">
      <soap:operation soapAction="Wrapper.Credit/PurchaseServicesAndVoip" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PurchaseServicesAndCanone">
      <soap:operation soapAction="Wrapper.Credit/PurchaseServicesAndCanone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PurchaseCC">
      <soap:operation soapAction="Wrapper.Credit/PurchaseCC" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditingPurchase">
      <soap:operation soapAction="Wrapper.Credit/CreditingPurchase" 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="CreditSoap12" type="tns:CreditSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Purchase">
      <soap12:operation soapAction="Wrapper.Credit/Purchase" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PurchaseMobile">
      <soap12:operation soapAction="Wrapper.Credit/PurchaseMobile" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PurchaseServicesAndVoip">
      <soap12:operation soapAction="Wrapper.Credit/PurchaseServicesAndVoip" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PurchaseServicesAndCanone">
      <soap12:operation soapAction="Wrapper.Credit/PurchaseServicesAndCanone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PurchaseCC">
      <soap12:operation soapAction="Wrapper.Credit/PurchaseCC" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreditingPurchase">
      <soap12:operation soapAction="Wrapper.Credit/CreditingPurchase" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Credit">
    <wsdl:port name="CreditSoap" binding="tns:CreditSoap">
      <soap:address location="http://clienti.skypost.it/credit.asmx" />
    </wsdl:port>
    <wsdl:port name="CreditSoap12" binding="tns:CreditSoap12">
      <soap12:address location="http://clienti.skypost.it/credit.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>