<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://typograf.artlebedev.ru/webservices/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://typograf.artlebedev.ru/webservices/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://typograf.artlebedev.ru/webservices/">
      <s:element name="ProcessText">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="text" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="entityType" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="useBr" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="useP" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="maxNobr" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProcessTextResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProcessTextResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ProcessTextSoapIn">
    <wsdl:part name="parameters" element="tns:ProcessText" />
  </wsdl:message>
  <wsdl:message name="ProcessTextSoapOut">
    <wsdl:part name="parameters" element="tns:ProcessTextResponse" />
  </wsdl:message>
  <wsdl:portType name="TypografSoap">
    <wsdl:operation name="ProcessText">
      <wsdl:input message="tns:ProcessTextSoapIn" />
      <wsdl:output message="tns:ProcessTextSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="TypografSoap" type="tns:TypografSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="ProcessText">
      <soap:operation soapAction="http://typograf.artlebedev.ru/webservices/ProcessText" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Typograf">
    <wsdl:port name="TypografSoap" binding="tns:TypografSoap">
      <soap:address location="http://typograf.artlebedev.ru/webservices/typograf.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
