<?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.Report" 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.Report" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="Wrapper.Report">
      <s:element name="GetFaxReport">
        <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="JobCodes" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetFaxReportResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetFaxReportResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetLetterReport">
        <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="JobCodes" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetLetterReportResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetLetterReportResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSmsReport">
        <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="JobCodes" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSmsReportResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSmsReportResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPhoneReport">
        <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="JobCodes" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPhoneReportResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPhoneReportResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetFaxReportSoapIn">
    <wsdl:part name="parameters" element="tns:GetFaxReport" />
  </wsdl:message>
  <wsdl:message name="GetFaxReportSoapOut">
    <wsdl:part name="parameters" element="tns:GetFaxReportResponse" />
  </wsdl:message>
  <wsdl:message name="GetLetterReportSoapIn">
    <wsdl:part name="parameters" element="tns:GetLetterReport" />
  </wsdl:message>
  <wsdl:message name="GetLetterReportSoapOut">
    <wsdl:part name="parameters" element="tns:GetLetterReportResponse" />
  </wsdl:message>
  <wsdl:message name="GetSmsReportSoapIn">
    <wsdl:part name="parameters" element="tns:GetSmsReport" />
  </wsdl:message>
  <wsdl:message name="GetSmsReportSoapOut">
    <wsdl:part name="parameters" element="tns:GetSmsReportResponse" />
  </wsdl:message>
  <wsdl:message name="GetPhoneReportSoapIn">
    <wsdl:part name="parameters" element="tns:GetPhoneReport" />
  </wsdl:message>
  <wsdl:message name="GetPhoneReportSoapOut">
    <wsdl:part name="parameters" element="tns:GetPhoneReportResponse" />
  </wsdl:message>
  <wsdl:portType name="ReportSoap">
    <wsdl:operation name="GetFaxReport">
      <wsdl:input message="tns:GetFaxReportSoapIn" />
      <wsdl:output message="tns:GetFaxReportSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetLetterReport">
      <wsdl:input message="tns:GetLetterReportSoapIn" />
      <wsdl:output message="tns:GetLetterReportSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSmsReport">
      <wsdl:input message="tns:GetSmsReportSoapIn" />
      <wsdl:output message="tns:GetSmsReportSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPhoneReport">
      <wsdl:input message="tns:GetPhoneReportSoapIn" />
      <wsdl:output message="tns:GetPhoneReportSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ReportSoap" type="tns:ReportSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetFaxReport">
      <soap:operation soapAction="Wrapper.Report/GetFaxReport" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetLetterReport">
      <soap:operation soapAction="Wrapper.Report/GetLetterReport" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSmsReport">
      <soap:operation soapAction="Wrapper.Report/GetSmsReport" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPhoneReport">
      <soap:operation soapAction="Wrapper.Report/GetPhoneReport" 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="ReportSoap12" type="tns:ReportSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetFaxReport">
      <soap12:operation soapAction="Wrapper.Report/GetFaxReport" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetLetterReport">
      <soap12:operation soapAction="Wrapper.Report/GetLetterReport" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSmsReport">
      <soap12:operation soapAction="Wrapper.Report/GetSmsReport" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPhoneReport">
      <soap12:operation soapAction="Wrapper.Report/GetPhoneReport" 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="Report">
    <wsdl:port name="ReportSoap" binding="tns:ReportSoap">
      <soap:address location="http://clienti.skypost.it/report.asmx" />
    </wsdl:port>
    <wsdl:port name="ReportSoap12" binding="tns:ReportSoap12">
      <soap12:address location="http://clienti.skypost.it/report.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>