<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://ws.adaptivedisclosure.org/axis/services/RelationLearner" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://ws.adaptivedisclosure.org/axis/services/RelationLearner" xmlns:intf="http://ws.adaptivedisclosure.org/axis/services/RelationLearner" 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="learnRelationRequest">

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

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

   </wsdl:message>

   <wsdl:message name="learnRelationResponse">

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

   </wsdl:message>

   <wsdl:portType name="RelationLearning">

      <wsdl:operation name="learnRelation" parameterOrder="inputData modelFile">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="RelationLearnerSoapBinding" type="impl:RelationLearning">

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

      <wsdl:operation name="learnRelation">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="learnRelationRequest">

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

         </wsdl:input>

         <wsdl:output name="learnRelationResponse">

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

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="RelationLearningService">

      <wsdl:port binding="impl:RelationLearnerSoapBinding" name="RelationLearner">

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

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
