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

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

   </wsdl:message>

   <wsdl:message name="test_modelRequest">

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

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

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

   </wsdl:message>

   <wsdl:portType name="TestModel">

      <wsdl:operation name="test_model" parameterOrder="model_file test_file input_type">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="TestModelSoapBinding" type="impl:TestModel">

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

      <wsdl:operation name="test_model">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="test_modelRequest">

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

         </wsdl:input>

         <wsdl:output name="test_modelResponse">

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

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="TestModelService">

      <wsdl:port binding="impl:TestModelSoapBinding" name="TestModel">

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

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
