<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CorpuswsdlPortTypeservice" targetNamespace="Corpuswsdl" xmlns:tns="Corpuswsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:Corpuswsdl" xmlns:ns2="urn:CorpusServiseIntf">
  <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:Corpuswsdl">
      <complexType name="mydata">
        <complexContent>
          <restriction base="soapenc:Array">
            <sequence/>
            <attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </restriction>
        </complexContent>
      </complexType>
      <complexType name="SetupArray">
        <complexContent>
          <restriction base="soapenc:Array">
            <sequence/>
            <attribute ref="soapenc:arrayType" n1:arrayType="ns2:Setup[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </restriction>
        </complexContent>
      </complexType>
      <complexType name="VarijableArray">
        <complexContent>
          <restriction base="soapenc:Array">
            <sequence/>
            <attribute ref="soapenc:arrayType" n1:arrayType="ns2:Varijabla[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </restriction>
        </complexContent>
      </complexType>
      <complexType name="Tmyfolderarray">
        <complexContent>
          <restriction base="soapenc:Array">
            <sequence/>
            <attribute ref="soapenc:arrayType" n1:arrayType="ns2:Tmyfolder[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </restriction>
        </complexContent>
      </complexType>
      <complexType name="Tmydataarray">
        <complexContent>
          <restriction base="soapenc:Array">
            <sequence/>
            <attribute ref="soapenc:arrayType" n1:arrayType="ns2:DataArray[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </restriction>
        </complexContent>
      </complexType>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:CorpusServiseIntf">
      <complexType name="Odgovor">
        <sequence>
          <element name="Sid" type="xs:string"/>
          <element name="Uid" type="xs:int"/>
          <element name="Answer" type="xs:string"/>
          <element name="An1" type="xs:int"/>
          <element name="An2" type="xs:int"/>
          <element name="Ufo" type="xs:string"/>
          <element name="Ufi" type="xs:string"/>
          <element name="Msg" type="xs:string"/>
          <element name="Key" type="xs:string"/>
          <element name="Data" type="ns1:mydata"/>
        </sequence>
      </complexType>
      <complexType name="DataArray">
        <sequence>
          <element name="File_" type="ns1:mydata"/>
          <element name="Folder" type="ns1:mydata"/>
        </sequence>
      </complexType>
      <complexType name="Setup">
        <sequence>
          <element name="Id" type="xs:int"/>
          <element name="Name" type="xs:string"/>
          <element name="Folder" type="xs:string"/>
          <element name="Opis" type="xs:string"/>
          <element name="Varijable" type="ns1:VarijableArray"/>
        </sequence>
      </complexType>
      <complexType name="Varijabla">
        <sequence>
          <element name="Name" type="xs:string"/>
          <element name="Type_" type="xs:int"/>
          <element name="Value" type="xs:string"/>
        </sequence>
      </complexType>
      <complexType name="Tmyfolder">
        <sequence>
          <element name="DirName" type="xs:string"/>
          <element name="Files" type="ns1:mydata"/>
          <element name="Folders" type="ns1:Tmyfolderarray"/>
        </sequence>
      </complexType>
    </schema>
  </types>
  <message name="lookup0Request">
    <part name="Uname" type="xs:string"/>
    <part name="Pname" type="xs:string"/>
    <part name="Sver" type="xs:string"/>
    <part name="Atype" type="xs:string"/>
    <part name="Hello" type="xs:string"/>
    <part name="app_data" type="ns1:mydata"/>
  </message>
  <message name="lookup0Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="JelTeIma1Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
  </message>
  <message name="JelTeIma1Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="DajSliku2Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="FileName" type="xs:string"/>
    <part name="FileType" type="xs:int"/>
  </message>
  <message name="DajSliku2Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="DajFile3Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="FileName" type="xs:string"/>
    <part name="FileType" type="xs:int"/>
  </message>
  <message name="DajFile3Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="CheckFileMd4Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="FileName" type="xs:string"/>
    <part name="Md" type="xs:string"/>
  </message>
  <message name="CheckFileMd4Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="GetFlieList5Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="Ftip" type="xs:int"/>
    <part name="Folder" type="xs:string"/>
  </message>
  <message name="GetFlieList5Response">
    <part name="return" type="ns2:DataArray"/>
  </message>
  <message name="SendFile6Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="FileType" type="xs:int"/>
    <part name="FILENAME" type="xs:string"/>
    <part name="FData" type="xs:string"/>
    <part name="Size" type="xs:int"/>
  </message>
  <message name="SendFile6Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="SendPicture7Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="FileType" type="xs:int"/>
    <part name="FILENAME" type="xs:string"/>
    <part name="FData" type="xs:string"/>
    <part name="Size" type="xs:int"/>
  </message>
  <message name="SendPicture7Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="CheckNewData8Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="LastId" type="xs:int"/>
  </message>
  <message name="CheckNewData8Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="GetTexLoc9Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
  </message>
  <message name="GetTexLoc9Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="GetFtp10Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
  </message>
  <message name="GetFtp10Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="MakeNewFolder11Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="FileType" type="xs:int"/>
    <part name="FileName" type="xs:string"/>
  </message>
  <message name="MakeNewFolder11Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="RenameFile12Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="FileType" type="xs:int"/>
    <part name="OldName" type="xs:string"/>
    <part name="NewName" type="xs:string"/>
  </message>
  <message name="RenameFile12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="UserLogOut13Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
  </message>
  <message name="UserLogOut13Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="GetUser14Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
  </message>
  <message name="GetUser14Response">
    <part name="return" type="ns1:mydata"/>
  </message>
  <message name="GetUsl15Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="grpid" type="xs:int"/>
    <part name="DataType" type="xs:int"/>
  </message>
  <message name="GetUsl15Response">
    <part name="return" type="ns2:DataArray"/>
  </message>
  <message name="PosaljiUpitZaPonudu16Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="Filename" type="xs:string"/>
    <part name="broj_narudbe" type="xs:string"/>
    <part name="dokument" type="xs:string"/>
  </message>
  <message name="PosaljiUpitZaPonudu16Response">
    <part name="return" type="ns2:Odgovor"/>
  </message>
  <message name="getNewNarId17Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
  </message>
  <message name="getNewNarId17Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="DajSetupGrupe18Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="Grupa" type="xs:int"/>
  </message>
  <message name="DajSetupGrupe18Response">
    <part name="return" type="ns1:SetupArray"/>
  </message>
  <message name="DajSetup19Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="Setup" type="xs:int"/>
  </message>
  <message name="DajSetup19Response">
    <part name="return" type="ns1:SetupArray"/>
  </message>
  <message name="DajTree20Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
    <part name="Ftip" type="xs:int"/>
  </message>
  <message name="DajTree20Response">
    <part name="return" type="ns2:Tmyfolder"/>
  </message>
  <message name="DajListuNarudzbi21Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
  </message>
  <message name="DajListuNarudzbi21Response">
    <part name="return" type="ns1:Tmydataarray"/>
  </message>
  <message name="DajListuFilteraGrupaPotrosnog22Request">
    <part name="Sid" type="xs:string"/>
    <part name="Uid" type="xs:int"/>
  </message>
  <message name="DajListuFilteraGrupaPotrosnog22Response">
    <part name="return" type="ns1:Tmydataarray"/>
  </message>
  <portType name="CorpuswsdlPortType">
    <operation name="lookup">
      <input message="tns:lookup0Request"/>
      <output message="tns:lookup0Response"/>
    </operation>
    <operation name="JelTeIma">
      <input message="tns:JelTeIma1Request"/>
      <output message="tns:JelTeIma1Response"/>
    </operation>
    <operation name="DajSliku">
      <input message="tns:DajSliku2Request"/>
      <output message="tns:DajSliku2Response"/>
    </operation>
    <operation name="DajFile">
      <input message="tns:DajFile3Request"/>
      <output message="tns:DajFile3Response"/>
    </operation>
    <operation name="CheckFileMd">
      <input message="tns:CheckFileMd4Request"/>
      <output message="tns:CheckFileMd4Response"/>
    </operation>
    <operation name="GetFlieList">
      <input message="tns:GetFlieList5Request"/>
      <output message="tns:GetFlieList5Response"/>
    </operation>
    <operation name="SendFile">
      <input message="tns:SendFile6Request"/>
      <output message="tns:SendFile6Response"/>
    </operation>
    <operation name="SendPicture">
      <input message="tns:SendPicture7Request"/>
      <output message="tns:SendPicture7Response"/>
    </operation>
    <operation name="CheckNewData">
      <input message="tns:CheckNewData8Request"/>
      <output message="tns:CheckNewData8Response"/>
    </operation>
    <operation name="GetTexLoc">
      <input message="tns:GetTexLoc9Request"/>
      <output message="tns:GetTexLoc9Response"/>
    </operation>
    <operation name="GetFtp">
      <input message="tns:GetFtp10Request"/>
      <output message="tns:GetFtp10Response"/>
    </operation>
    <operation name="MakeNewFolder">
      <input message="tns:MakeNewFolder11Request"/>
      <output message="tns:MakeNewFolder11Response"/>
    </operation>
    <operation name="RenameFile">
      <input message="tns:RenameFile12Request"/>
      <output message="tns:RenameFile12Response"/>
    </operation>
    <operation name="UserLogOut">
      <input message="tns:UserLogOut13Request"/>
      <output message="tns:UserLogOut13Response"/>
    </operation>
    <operation name="GetUser">
      <input message="tns:GetUser14Request"/>
      <output message="tns:GetUser14Response"/>
    </operation>
    <operation name="GetUsl">
      <input message="tns:GetUsl15Request"/>
      <output message="tns:GetUsl15Response"/>
    </operation>
    <operation name="PosaljiUpitZaPonudu">
      <input message="tns:PosaljiUpitZaPonudu16Request"/>
      <output message="tns:PosaljiUpitZaPonudu16Response"/>
    </operation>
    <operation name="getNewNarId">
      <input message="tns:getNewNarId17Request"/>
      <output message="tns:getNewNarId17Response"/>
    </operation>
    <operation name="DajSetupGrupe">
      <input message="tns:DajSetupGrupe18Request"/>
      <output message="tns:DajSetupGrupe18Response"/>
    </operation>
    <operation name="DajSetup">
      <input message="tns:DajSetup19Request"/>
      <output message="tns:DajSetup19Response"/>
    </operation>
    <operation name="DajTree">
      <input message="tns:DajTree20Request"/>
      <output message="tns:DajTree20Response"/>
    </operation>
    <operation name="DajListuNarudzbi">
      <input message="tns:DajListuNarudzbi21Request"/>
      <output message="tns:DajListuNarudzbi21Response"/>
    </operation>
    <operation name="DajListuFilteraGrupaPotrosnog">
      <input message="tns:DajListuFilteraGrupaPotrosnog22Request"/>
      <output message="tns:DajListuFilteraGrupaPotrosnog22Response"/>
    </operation>
  </portType>
  <binding name="CorpuswsdlPortTypebinding" type="tns:CorpuswsdlPortType">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="lookup">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#lookup" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="JelTeIma">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#JelTeIma" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="DajSliku">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#DajSliku" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="DajFile">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#DajFile" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="CheckFileMd">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#CheckFileMd" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="GetFlieList">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#GetFlieList" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="SendFile">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#SendFile" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="SendPicture">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#SendPicture" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="CheckNewData">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#CheckNewData" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="GetTexLoc">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#GetTexLoc" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="GetFtp">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#GetFtp" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="MakeNewFolder">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#MakeNewFolder" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="RenameFile">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#RenameFile" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="UserLogOut">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#UserLogOut" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="GetUser">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#GetUser" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="GetUsl">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#GetUsl" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="PosaljiUpitZaPonudu">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#PosaljiUpitZaPonudu" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="getNewNarId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#getNewNarId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="DajSetupGrupe">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#DajSetupGrupe" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="DajSetup">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#DajSetup" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="DajTree">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#DajTree" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="DajListuNarudzbi">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#DajListuNarudzbi" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
    <operation name="DajListuFilteraGrupaPotrosnog">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:CorpusServiseIntf-CorpuswsdlPortType#DajListuFilteraGrupaPotrosnog" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:CorpusServiseIntf-CorpuswsdlPortType"/>
      </output>
    </operation>
  </binding>
  <service name="CorpuswsdlPortTypeservice">
    <port name="CorpuswsdlPortTypePort" binding="tns:CorpuswsdlPortTypebinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://www.ws.konstruktor.lab1.hr/soap/CorpuswsdlPortType"/>
    </port>
  </service>
</definitions>

