<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ISDM_Qualifiersservice" 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="http://www.borland.com/namespaces/Types">
  <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.borland.com/namespaces/Types">
      <complexType name="TWideStringDynArray">
        <complexContent>
          <restriction base="soapenc:Array">
            <sequence/>
            <attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </restriction>
        </complexContent>
      </complexType>
    </schema>
  </types>
  <message name="SAS_ApplyUpdates0Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="Delta" type="xs:anyType"/>
    <part name="MaxErrors" type="xs:int"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <message name="SAS_ApplyUpdates0Response">
    <part name="ErrorCount" type="xs:int"/>
    <part name="OwnerData" type="xs:anyType"/>
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="SAS_GetRecords1Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="Count" type="xs:int"/>
    <part name="Options" type="xs:int"/>
    <part name="CommandText" type="xs:string"/>
    <part name="Params" type="xs:anyType"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <message name="SAS_GetRecords1Response">
    <part name="RecsOut" type="xs:int"/>
    <part name="Params" type="xs:anyType"/>
    <part name="OwnerData" type="xs:anyType"/>
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="SAS_DataRequest2Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="Data" type="xs:anyType"/>
  </message>
  <message name="SAS_DataRequest2Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="SAS_GetProviderNames3Request"/>
  <message name="SAS_GetProviderNames3Response">
    <part name="return" type="ns1:TWideStringDynArray"/>
  </message>
  <message name="SAS_GetParams4Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <message name="SAS_GetParams4Response">
    <part name="OwnerData" type="xs:anyType"/>
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="SAS_RowRequest5Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="Row" type="xs:anyType"/>
    <part name="RequestType" type="xs:int"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <message name="SAS_RowRequest5Response">
    <part name="OwnerData" type="xs:anyType"/>
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="SAS_Execute6Request">
    <part name="ProviderName" type="xs:string"/>
    <part name="CommandText" type="xs:string"/>
    <part name="Params" type="xs:anyType"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <message name="SAS_Execute6Response">
    <part name="Params" type="xs:anyType"/>
    <part name="OwnerData" type="xs:anyType"/>
  </message>
  <portType name="ISDM_Qualifiers">
    <operation name="SAS_ApplyUpdates">
      <input message="tns:SAS_ApplyUpdates0Request"/>
      <output message="tns:SAS_ApplyUpdates0Response"/>
    </operation>
    <operation name="SAS_GetRecords">
      <input message="tns:SAS_GetRecords1Request"/>
      <output message="tns:SAS_GetRecords1Response"/>
    </operation>
    <operation name="SAS_DataRequest">
      <input message="tns:SAS_DataRequest2Request"/>
      <output message="tns:SAS_DataRequest2Response"/>
    </operation>
    <operation name="SAS_GetProviderNames">
      <input message="tns:SAS_GetProviderNames3Request"/>
      <output message="tns:SAS_GetProviderNames3Response"/>
    </operation>
    <operation name="SAS_GetParams">
      <input message="tns:SAS_GetParams4Request"/>
      <output message="tns:SAS_GetParams4Response"/>
    </operation>
    <operation name="SAS_RowRequest">
      <input message="tns:SAS_RowRequest5Request"/>
      <output message="tns:SAS_RowRequest5Response"/>
    </operation>
    <operation name="SAS_Execute">
      <input message="tns:SAS_Execute6Request"/>
      <output message="tns:SAS_Execute6Response"/>
    </operation>
  </portType>
  <binding name="ISDM_Qualifiersbinding" type="tns:ISDM_Qualifiers">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="SAS_ApplyUpdates">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:SDM_QualifiersU-ISDM_Qualifiers#SAS_ApplyUpdates" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </output>
    </operation>
    <operation name="SAS_GetRecords">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:SDM_QualifiersU-ISDM_Qualifiers#SAS_GetRecords" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </output>
    </operation>
    <operation name="SAS_DataRequest">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:SDM_QualifiersU-ISDM_Qualifiers#SAS_DataRequest" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </output>
    </operation>
    <operation name="SAS_GetProviderNames">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:SDM_QualifiersU-ISDM_Qualifiers#SAS_GetProviderNames" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </output>
    </operation>
    <operation name="SAS_GetParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:SDM_QualifiersU-ISDM_Qualifiers#SAS_GetParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </output>
    </operation>
    <operation name="SAS_RowRequest">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:SDM_QualifiersU-ISDM_Qualifiers#SAS_RowRequest" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </output>
    </operation>
    <operation name="SAS_Execute">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:SDM_QualifiersU-ISDM_Qualifiers#SAS_Execute" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:SDM_QualifiersU-ISDM_Qualifiers"/>
      </output>
    </operation>
  </binding>
  <service name="ISDM_Qualifiersservice">
    <port name="ISDM_QualifiersPort" binding="tns:ISDM_Qualifiersbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://ts.butb.by/LO/LO.dll/soap/ISDM_Qualifiers"/>
    </port>
  </service>
</definitions>

