<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://ws.adaptivedisclosure.org/axis/services/CollocationService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://ws.adaptivedisclosure.org/axis/services/CollocationService" xmlns:intf="http://ws.adaptivedisclosure.org/axis/services/CollocationService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.3
Built on Oct 05, 2005 (05:23:37 EDT)-->

   <wsdl:message name="find_phrasesResponse">

      <wsdl:part name="find_phrasesReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="find_phrasesRequest">

      <wsdl:part name="data_train" type="xsd:string"/>

      <wsdl:part name="data_test" type="xsd:string"/>

      <wsdl:part name="ngram" type="xsd:string"/>

      <wsdl:part name="min" type="xsd:string"/>

      <wsdl:part name="max" type="xsd:string"/>

   </wsdl:message>

   <wsdl:portType name="CollocationService">

      <wsdl:operation name="find_phrases" parameterOrder="data_train data_test ngram min max">

         <wsdl:input message="impl:find_phrasesRequest" name="find_phrasesRequest"/>

         <wsdl:output message="impl:find_phrasesResponse" name="find_phrasesResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="CollocationServiceSoapBinding" type="impl:CollocationService">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="find_phrases">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="find_phrasesRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.katrenko" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="find_phrasesResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.adaptivedisclosure.org/axis/services/CollocationService" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="CollocationServiceService">

      <wsdl:port binding="impl:CollocationServiceSoapBinding" name="CollocationService">

         <wsdlsoap:address location="http://ws.adaptivedisclosure.org/axis/services/CollocationService"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
