<?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://tempuri.org/" 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://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="HelloWorld">
        <s:complexType />
      </s:element>
      <s:element name="HelloWorldResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UserLogIn">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="user" type="tns:User" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="User">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="HDID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Files" type="tns:ArrayOfClientFile" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfClientFile">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ClientFile" type="tns:ClientFile" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ClientFile">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FileVersion" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="UserLogInResponse">
        <s:complexType />
      </s:element>
      <s:element name="UserLogOut">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="user" type="tns:User" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UserLogOutResponse">
        <s:complexType />
      </s:element>
      <s:element name="FilesDefinition">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="user" type="tns:User" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FilesDefinitionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="unbounded" name="FilesDefinitionResult" type="tns:SerialFile" />
            <s:element minOccurs="1" maxOccurs="1" name="newVersionsAvailable" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="SerialFile">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="FileVersion" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="File" type="s:base64Binary" />
          <s:element minOccurs="1" maxOccurs="1" name="Duration" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetPart">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="user" type="tns:User" />
            <s:element minOccurs="1" maxOccurs="1" name="File" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="From" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="Len" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="FileType" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPartResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPartResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConfirmPack">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="user" type="tns:User" />
            <s:element minOccurs="0" maxOccurs="1" name="PackName" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConfirmPackResponse">
        <s:complexType />
      </s:element>
      <s:element name="isValid">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="user" type="tns:User" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="isValidResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="isValidResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SentClientPack">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="user" type="tns:User" />
            <s:element minOccurs="0" maxOccurs="1" name="compressedPack" type="s:base64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="packID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SentClientPackResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SentClientPackResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UserRegister">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Code" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="HDID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="UserRegisterResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="UserRegisterResult" type="tns:User" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="HelloWorldSoapIn">
    <wsdl:part name="parameters" element="tns:HelloWorld" />
  </wsdl:message>
  <wsdl:message name="HelloWorldSoapOut">
    <wsdl:part name="parameters" element="tns:HelloWorldResponse" />
  </wsdl:message>
  <wsdl:message name="UserLogInSoapIn">
    <wsdl:part name="parameters" element="tns:UserLogIn" />
  </wsdl:message>
  <wsdl:message name="UserLogInSoapOut">
    <wsdl:part name="parameters" element="tns:UserLogInResponse" />
  </wsdl:message>
  <wsdl:message name="UserLogOutSoapIn">
    <wsdl:part name="parameters" element="tns:UserLogOut" />
  </wsdl:message>
  <wsdl:message name="UserLogOutSoapOut">
    <wsdl:part name="parameters" element="tns:UserLogOutResponse" />
  </wsdl:message>
  <wsdl:message name="FilesDefinitionSoapIn">
    <wsdl:part name="parameters" element="tns:FilesDefinition" />
  </wsdl:message>
  <wsdl:message name="FilesDefinitionSoapOut">
    <wsdl:part name="parameters" element="tns:FilesDefinitionResponse" />
  </wsdl:message>
  <wsdl:message name="GetPartSoapIn">
    <wsdl:part name="parameters" element="tns:GetPart" />
  </wsdl:message>
  <wsdl:message name="GetPartSoapOut">
    <wsdl:part name="parameters" element="tns:GetPartResponse" />
  </wsdl:message>
  <wsdl:message name="ConfirmPackSoapIn">
    <wsdl:part name="parameters" element="tns:ConfirmPack" />
  </wsdl:message>
  <wsdl:message name="ConfirmPackSoapOut">
    <wsdl:part name="parameters" element="tns:ConfirmPackResponse" />
  </wsdl:message>
  <wsdl:message name="isValidSoapIn">
    <wsdl:part name="parameters" element="tns:isValid" />
  </wsdl:message>
  <wsdl:message name="isValidSoapOut">
    <wsdl:part name="parameters" element="tns:isValidResponse" />
  </wsdl:message>
  <wsdl:message name="SentClientPackSoapIn">
    <wsdl:part name="parameters" element="tns:SentClientPack" />
  </wsdl:message>
  <wsdl:message name="SentClientPackSoapOut">
    <wsdl:part name="parameters" element="tns:SentClientPackResponse" />
  </wsdl:message>
  <wsdl:message name="UserRegisterSoapIn">
    <wsdl:part name="parameters" element="tns:UserRegister" />
  </wsdl:message>
  <wsdl:message name="UserRegisterSoapOut">
    <wsdl:part name="parameters" element="tns:UserRegisterResponse" />
  </wsdl:message>
  <wsdl:portType name="NetServerWSSoap">
    <wsdl:operation name="HelloWorld">
      <wsdl:input message="tns:HelloWorldSoapIn" />
      <wsdl:output message="tns:HelloWorldSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UserLogIn">
      <wsdl:input message="tns:UserLogInSoapIn" />
      <wsdl:output message="tns:UserLogInSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UserLogOut">
      <wsdl:input message="tns:UserLogOutSoapIn" />
      <wsdl:output message="tns:UserLogOutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="FilesDefinition">
      <wsdl:input message="tns:FilesDefinitionSoapIn" />
      <wsdl:output message="tns:FilesDefinitionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPart">
      <wsdl:input message="tns:GetPartSoapIn" />
      <wsdl:output message="tns:GetPartSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ConfirmPack">
      <wsdl:input message="tns:ConfirmPackSoapIn" />
      <wsdl:output message="tns:ConfirmPackSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="isValid">
      <wsdl:input message="tns:isValidSoapIn" />
      <wsdl:output message="tns:isValidSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SentClientPack">
      <wsdl:input message="tns:SentClientPackSoapIn" />
      <wsdl:output message="tns:SentClientPackSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="UserRegister">
      <wsdl:input message="tns:UserRegisterSoapIn" />
      <wsdl:output message="tns:UserRegisterSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="NetServerWSSoap" type="tns:NetServerWSSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="HelloWorld">
      <soap:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UserLogIn">
      <soap:operation soapAction="http://tempuri.org/UserLogIn" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UserLogOut">
      <soap:operation soapAction="http://tempuri.org/UserLogOut" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FilesDefinition">
      <soap:operation soapAction="http://tempuri.org/FilesDefinition" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPart">
      <soap:operation soapAction="http://tempuri.org/GetPart" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConfirmPack">
      <soap:operation soapAction="http://tempuri.org/ConfirmPack" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="isValid">
      <soap:operation soapAction="http://tempuri.org/isValid" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SentClientPack">
      <soap:operation soapAction="http://tempuri.org/SentClientPack" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UserRegister">
      <soap:operation soapAction="http://tempuri.org/UserRegister" 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="NetServerWSSoap12" type="tns:NetServerWSSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="HelloWorld">
      <soap12:operation soapAction="http://tempuri.org/HelloWorld" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UserLogIn">
      <soap12:operation soapAction="http://tempuri.org/UserLogIn" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UserLogOut">
      <soap12:operation soapAction="http://tempuri.org/UserLogOut" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FilesDefinition">
      <soap12:operation soapAction="http://tempuri.org/FilesDefinition" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPart">
      <soap12:operation soapAction="http://tempuri.org/GetPart" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ConfirmPack">
      <soap12:operation soapAction="http://tempuri.org/ConfirmPack" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="isValid">
      <soap12:operation soapAction="http://tempuri.org/isValid" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SentClientPack">
      <soap12:operation soapAction="http://tempuri.org/SentClientPack" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="UserRegister">
      <soap12:operation soapAction="http://tempuri.org/UserRegister" 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="NetServerWS">
    <wsdl:port name="NetServerWSSoap" binding="tns:NetServerWSSoap">
      <soap:address location="http://192.1.1.28/NetServerWs.asmx" />
    </wsdl:port>
    <wsdl:port name="NetServerWSSoap12" binding="tns:NetServerWSSoap12">
      <soap12:address location="http://192.1.1.28/NetServerWs.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>