<?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="http://sprawdz-zarobki.pl" 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="http://sprawdz-zarobki.pl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Serwis z danymi o wynagrodzeniach</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://sprawdz-zarobki.pl">
      <s:element name="GetAvailableSectors">
        <s:complexType />
      </s:element>
      <s:element name="GetAvailableSectorsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAvailableSectorsResult">
              <s:complexType>
                <s:sequence>
                  <s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
                  <s:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSalaryBySector">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="iSectorID" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSalaryBySectorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetSalaryBySectorResult" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSalaryInSectors">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSalaryInSectorsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSalaryInSectorsResult">
              <s:complexType>
                <s:sequence>
                  <s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax" />
                  <s:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax" />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSalaryMedianInSector">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="iSectorID" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="sUserName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSalaryMedianInSectorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetSalaryMedianInSectorResult" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAvgByText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="query" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sPassword" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAvgByTextResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetAvgByTextResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetAvailableSectorsSoapIn">
    <wsdl:part name="parameters" element="tns:GetAvailableSectors" />
  </wsdl:message>
  <wsdl:message name="GetAvailableSectorsSoapOut">
    <wsdl:part name="parameters" element="tns:GetAvailableSectorsResponse" />
  </wsdl:message>
  <wsdl:message name="GetSalaryBySectorSoapIn">
    <wsdl:part name="parameters" element="tns:GetSalaryBySector" />
  </wsdl:message>
  <wsdl:message name="GetSalaryBySectorSoapOut">
    <wsdl:part name="parameters" element="tns:GetSalaryBySectorResponse" />
  </wsdl:message>
  <wsdl:message name="GetSalaryInSectorsSoapIn">
    <wsdl:part name="parameters" element="tns:GetSalaryInSectors" />
  </wsdl:message>
  <wsdl:message name="GetSalaryInSectorsSoapOut">
    <wsdl:part name="parameters" element="tns:GetSalaryInSectorsResponse" />
  </wsdl:message>
  <wsdl:message name="GetSalaryMedianInSectorSoapIn">
    <wsdl:part name="parameters" element="tns:GetSalaryMedianInSector" />
  </wsdl:message>
  <wsdl:message name="GetSalaryMedianInSectorSoapOut">
    <wsdl:part name="parameters" element="tns:GetSalaryMedianInSectorResponse" />
  </wsdl:message>
  <wsdl:message name="GetAvgByTextSoapIn">
    <wsdl:part name="parameters" element="tns:GetAvgByText" />
  </wsdl:message>
  <wsdl:message name="GetAvgByTextSoapOut">
    <wsdl:part name="parameters" element="tns:GetAvgByTextResponse" />
  </wsdl:message>
  <wsdl:portType name="SalaryDataSoap">
    <wsdl:operation name="GetAvailableSectors">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Funkcja zwraca datatable ze wszystkimi dostępnymi w serwisie sektorami</wsdl:documentation>
      <wsdl:input message="tns:GetAvailableSectorsSoapIn" />
      <wsdl:output message="tns:GetAvailableSectorsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSalaryBySector">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Funkcja zwraca średie wynagrodzenie dla podanego sektora</wsdl:documentation>
      <wsdl:input message="tns:GetSalaryBySectorSoapIn" />
      <wsdl:output message="tns:GetSalaryBySectorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSalaryInSectors">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Funkcja zwraca dataTable ze średnimi zarobkami ze wszystkich sektorów</wsdl:documentation>
      <wsdl:input message="tns:GetSalaryInSectorsSoapIn" />
      <wsdl:output message="tns:GetSalaryInSectorsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSalaryMedianInSector">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Funkcja zwraca medianę zarobków w sektorze</wsdl:documentation>
      <wsdl:input message="tns:GetSalaryMedianInSectorSoapIn" />
      <wsdl:output message="tns:GetSalaryMedianInSectorSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAvgByText">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Funkcja zwraca średie wynagrodzenie dla szukanego tekstu</wsdl:documentation>
      <wsdl:input message="tns:GetAvgByTextSoapIn" />
      <wsdl:output message="tns:GetAvgByTextSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SalaryDataSoap" type="tns:SalaryDataSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAvailableSectors">
      <soap:operation soapAction="http://sprawdz-zarobki.pl/GetAvailableSectors" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSalaryBySector">
      <soap:operation soapAction="http://sprawdz-zarobki.pl/GetSalaryBySector" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSalaryInSectors">
      <soap:operation soapAction="http://sprawdz-zarobki.pl/GetSalaryInSectors" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSalaryMedianInSector">
      <soap:operation soapAction="http://sprawdz-zarobki.pl/GetSalaryMedianInSector" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAvgByText">
      <soap:operation soapAction="http://sprawdz-zarobki.pl/GetAvgByText" 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="SalaryDataSoap12" type="tns:SalaryDataSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetAvailableSectors">
      <soap12:operation soapAction="http://sprawdz-zarobki.pl/GetAvailableSectors" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSalaryBySector">
      <soap12:operation soapAction="http://sprawdz-zarobki.pl/GetSalaryBySector" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSalaryInSectors">
      <soap12:operation soapAction="http://sprawdz-zarobki.pl/GetSalaryInSectors" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSalaryMedianInSector">
      <soap12:operation soapAction="http://sprawdz-zarobki.pl/GetSalaryMedianInSector" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAvgByText">
      <soap12:operation soapAction="http://sprawdz-zarobki.pl/GetAvgByText" 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="SalaryData">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Serwis z danymi o wynagrodzeniach</wsdl:documentation>
    <wsdl:port name="SalaryDataSoap" binding="tns:SalaryDataSoap">
      <soap:address location="http://www.sprawdz-zarobki.pl/SalaryDataService.asmx" />
    </wsdl:port>
    <wsdl:port name="SalaryDataSoap12" binding="tns:SalaryDataSoap12">
      <soap12:address location="http://www.sprawdz-zarobki.pl/SalaryDataService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>