<?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://meta.imet-db.ru/" 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://meta.imet-db.ru/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://meta.imet-db.ru/">
      <s:element name="Add">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="a" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="b" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AddResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AddResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetMetaInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="mode" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Version" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Comments" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetMetaInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetMetaInfoResult" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Version" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Comments" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="StartCompatibilityCrawl">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Comments" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="StartCompatibilityCrawlResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="StartCompatibilityCrawlResult" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Comments" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendXML2Server">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Login" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Command" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Reserved" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Data" type="s:base64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="Response" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendXML2ServerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SendXML2ServerResult" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Reserved" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Data" type="s:base64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="Response" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProcClearDBInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Login" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="Command" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Data" type="s:base64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="Response" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProcClearDBInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ProcClearDBInfoResult" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="Data" type="s:base64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="Response" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="AddSoapIn">
    <wsdl:part name="parameters" element="tns:Add" />
  </wsdl:message>
  <wsdl:message name="AddSoapOut">
    <wsdl:part name="parameters" element="tns:AddResponse" />
  </wsdl:message>
  <wsdl:message name="GetMetaInfoSoapIn">
    <wsdl:part name="parameters" element="tns:GetMetaInfo" />
  </wsdl:message>
  <wsdl:message name="GetMetaInfoSoapOut">
    <wsdl:part name="parameters" element="tns:GetMetaInfoResponse" />
  </wsdl:message>
  <wsdl:message name="StartCompatibilityCrawlSoapIn">
    <wsdl:part name="parameters" element="tns:StartCompatibilityCrawl" />
  </wsdl:message>
  <wsdl:message name="StartCompatibilityCrawlSoapOut">
    <wsdl:part name="parameters" element="tns:StartCompatibilityCrawlResponse" />
  </wsdl:message>
  <wsdl:message name="SendXML2ServerSoapIn">
    <wsdl:part name="parameters" element="tns:SendXML2Server" />
  </wsdl:message>
  <wsdl:message name="SendXML2ServerSoapOut">
    <wsdl:part name="parameters" element="tns:SendXML2ServerResponse" />
  </wsdl:message>
  <wsdl:message name="ProcClearDBInfoSoapIn">
    <wsdl:part name="parameters" element="tns:ProcClearDBInfo" />
  </wsdl:message>
  <wsdl:message name="ProcClearDBInfoSoapOut">
    <wsdl:part name="parameters" element="tns:ProcClearDBInfoResponse" />
  </wsdl:message>
  <wsdl:portType name="MetabaseUpdateServiceSoap">
    <wsdl:operation name="Add">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">return the Sum of 2 numbers</wsdl:documentation>
      <wsdl:input message="tns:AddSoapIn" />
      <wsdl:output message="tns:AddSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetMetaInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns meta info to client</wsdl:documentation>
      <wsdl:input message="tns:GetMetaInfoSoapIn" />
      <wsdl:output message="tns:GetMetaInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="StartCompatibilityCrawl">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Starts compatibility crawl on metabase if no such crawl is active</wsdl:documentation>
      <wsdl:input message="tns:StartCompatibilityCrawlSoapIn" />
      <wsdl:output message="tns:StartCompatibilityCrawlSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendXML2Server">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the XML from client and updates server database</wsdl:documentation>
      <wsdl:input message="tns:SendXML2ServerSoapIn" />
      <wsdl:output message="tns:SendXML2ServerSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProcClearDBInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Clears particular database tables on the server according to Command</wsdl:documentation>
      <wsdl:input message="tns:ProcClearDBInfoSoapIn" />
      <wsdl:output message="tns:ProcClearDBInfoSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="MetabaseUpdateServiceSoap" type="tns:MetabaseUpdateServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Add">
      <soap:operation soapAction="http://meta.imet-db.ru/Add" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMetaInfo">
      <soap:operation soapAction="http://meta.imet-db.ru/GetMetaInfo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="StartCompatibilityCrawl">
      <soap:operation soapAction="http://meta.imet-db.ru/StartCompatibilityCrawl" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendXML2Server">
      <soap:operation soapAction="http://meta.imet-db.ru/SendXML2Server" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProcClearDBInfo">
      <soap:operation soapAction="http://meta.imet-db.ru/ProcClearDBInfo" 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="MetabaseUpdateServiceSoap12" type="tns:MetabaseUpdateServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Add">
      <soap12:operation soapAction="http://meta.imet-db.ru/Add" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetMetaInfo">
      <soap12:operation soapAction="http://meta.imet-db.ru/GetMetaInfo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="StartCompatibilityCrawl">
      <soap12:operation soapAction="http://meta.imet-db.ru/StartCompatibilityCrawl" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendXML2Server">
      <soap12:operation soapAction="http://meta.imet-db.ru/SendXML2Server" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProcClearDBInfo">
      <soap12:operation soapAction="http://meta.imet-db.ru/ProcClearDBInfo" 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="MetabaseUpdateService">
    <wsdl:port name="MetabaseUpdateServiceSoap" binding="tns:MetabaseUpdateServiceSoap">
      <soap:address location="http://meta.imet-db.ru/MUService/MUService.asmx" />
    </wsdl:port>
    <wsdl:port name="MetabaseUpdateServiceSoap12" binding="tns:MetabaseUpdateServiceSoap12">
      <soap12:address location="http://meta.imet-db.ru/MUService/MUService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>