<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://discern.uits.iu.edu:8421/axis/CLSDservice.jws" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://discern.uits.iu.edu:8421/axis/CLSDservice.jws" xmlns:intf="http://discern.uits.iu.edu:8421/axis/CLSDservice.jws" 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.4
Built on Apr 22, 2006 (06:55:48 PDT)-->

   <wsdl:message name="queryCLSDRequest">

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

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

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

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

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

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

   </wsdl:message>

   <wsdl:message name="queryCLSDResponse">

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

   </wsdl:message>

   <wsdl:portType name="CLSDservice">

      <wsdl:operation name="queryCLSD" parameterOrder="query startingRowToPrint maxRows account password format">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="CLSDserviceSoapBinding" type="impl:CLSDservice">

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

      <wsdl:operation name="queryCLSD">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="queryCLSDRequest">

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

         </wsdl:input>

         <wsdl:output name="queryCLSDResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://discern.uits.iu.edu:8421/axis/CLSDservice.jws" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="CLSDserviceService">

      <wsdl:port binding="impl:CLSDserviceSoapBinding" name="CLSDservice">

         <wsdlsoap:address location="http://discern.uits.iu.edu:8421/axis/CLSDservice.jws"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
