<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://soapinterop.org/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://soapinterop.org/" xmlns:intf="http://soapinterop.org/" 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="findResourcesResponse">

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

   </wsdl:message>

   <wsdl:message name="findResourcesRequest">

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

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

   </wsdl:message>

   <wsdl:portType name="ResourcesFinder">

      <wsdl:operation name="findResources" parameterOrder="keyword category">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="resourcesFinderSoapBinding" type="impl:ResourcesFinder">

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

      <wsdl:operation name="findResources">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="findResourcesRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.loni.ucla.edu/CCB/itools" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="findResourcesResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.loni.ucla.edu/CCB/itools" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="ResourcesFinderService">

      <wsdl:port binding="impl:resourcesFinderSoapBinding" name="resourcesFinder">

         <wsdlsoap:address location="http://ito.loni.ucla.edu:8080/iToolssvc/webservices/resourcesFinder"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
