<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.kredor.com/webservices" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.kredor.com/webservices" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.kredor.com/webservices">
      <s:element name="Transliterate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="input" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TransliterateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TransliterateResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="TransliterateSoapIn">
    <wsdl:part name="parameters" element="tns:Transliterate" />
  </wsdl:message>
  <wsdl:message name="TransliterateSoapOut">
    <wsdl:part name="parameters" element="tns:TransliterateResponse" />
  </wsdl:message>
  <wsdl:message name="TransliterateHttpGetIn">
    <wsdl:part name="input" type="s:string" />
  </wsdl:message>
  <wsdl:message name="TransliterateHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="TransliterateHttpPostIn">
    <wsdl:part name="input" type="s:string" />
  </wsdl:message>
  <wsdl:message name="TransliterateHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="lat2ruSoap">
    <wsdl:operation name="Transliterate">
      <wsdl:input message="tns:TransliterateSoapIn" />
      <wsdl:output message="tns:TransliterateSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="lat2ruHttpGet">
    <wsdl:operation name="Transliterate">
      <wsdl:input message="tns:TransliterateHttpGetIn" />
      <wsdl:output message="tns:TransliterateHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="lat2ruHttpPost">
    <wsdl:operation name="Transliterate">
      <wsdl:input message="tns:TransliterateHttpPostIn" />
      <wsdl:output message="tns:TransliterateHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="lat2ruSoap" type="tns:lat2ruSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Transliterate">
      <soap:operation soapAction="http://www.kredor.com/webservices/Transliterate" 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="lat2ruSoap12" type="tns:lat2ruSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Transliterate">
      <soap12:operation soapAction="http://www.kredor.com/webservices/Transliterate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="lat2ruHttpGet" type="tns:lat2ruHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="Transliterate">
      <http:operation location="/Transliterate" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="lat2ruHttpPost" type="tns:lat2ruHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="Transliterate">
      <http:operation location="/Transliterate" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="lat2ru">
    <wsdl:port name="lat2ruSoap" binding="tns:lat2ruSoap">
      <soap:address location="https://www.kredor.com/transliteration/lat2ru/default.asmx" />
    </wsdl:port>
    <wsdl:port name="lat2ruSoap12" binding="tns:lat2ruSoap12">
      <soap12:address location="https://www.kredor.com/transliteration/lat2ru/default.asmx" />
    </wsdl:port>
    <wsdl:port name="lat2ruHttpGet" binding="tns:lat2ruHttpGet">
      <http:address location="https://www.kredor.com/transliteration/lat2ru/default.asmx" />
    </wsdl:port>
    <wsdl:port name="lat2ruHttpPost" binding="tns:lat2ruHttpPost">
      <http:address location="https://www.kredor.com/transliteration/lat2ru/default.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>