<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IPathLoaderSrvservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" 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:uPathLoaderIntf">
  <types>
    <xs:schema targetNamespace="urn:uPathLoaderIntf" xmlns="urn:uPathLoaderIntf">
      <xs:complexType name="TArrayOfPath">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <xs:sequence/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="GetDllPathEx0Request">
    <part name="SoftID" type="xs:string"/>
    <part name="Param" type="xs:string"/>
  </message>
  <message name="GetDllPathEx0Response">
    <part name="Paths" type="ns1:TArrayOfPath"/>
    <part name="Response" type="xs:string"/>
    <part name="Caption" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="GetDllPathAndMenu1Request">
    <part name="SoftwareID" type="xs:string"/>
    <part name="MenuID" type="xs:string"/>
  </message>
  <message name="GetDllPathAndMenu1Response">
    <part name="Menu" type="xs:string"/>
    <part name="Paths" type="xs:string"/>
    <part name="Msg" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IPathLoaderSrv">
    <operation name="GetDllPathEx">
      <input message="tns:GetDllPathEx0Request"/>
      <output message="tns:GetDllPathEx0Response"/>
    </operation>
    <operation name="GetDllPathAndMenu">
      <input message="tns:GetDllPathAndMenu1Request"/>
      <output message="tns:GetDllPathAndMenu1Response"/>
    </operation>
  </portType>
  <binding name="IPathLoaderSrvbinding" type="tns:IPathLoaderSrv">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetDllPathEx">
      <soap:operation soapAction="urn:uPathLoaderIntf-IPathLoaderSrv#GetDllPathEx" style="rpc"/>
      <input>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uPathLoaderIntf-IPathLoaderSrv"/>
      </input>
      <output>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uPathLoaderIntf-IPathLoaderSrv"/>
      </output>
    </operation>
    <operation name="GetDllPathAndMenu">
      <soap:operation soapAction="urn:uPathLoaderIntf-IPathLoaderSrv#GetDllPathAndMenu" style="rpc"/>
      <input>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uPathLoaderIntf-IPathLoaderSrv"/>
      </input>
      <output>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uPathLoaderIntf-IPathLoaderSrv"/>
      </output>
    </operation>
  </binding>
  <service name="IPathLoaderSrvservice">
    <port name="IPathLoaderSrvPort" binding="tns:IPathLoaderSrvbinding">
      <soap:address location="http://ts.butb.by/scripts/PathLoaderSrv.dll/soap/IPathLoaderSrv"/>
    </port>
  </service>
</definitions>

