<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://geobrain.laits.gmu.edu/cswplug" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://geobrain.laits.gmu.edu/cswplug" xmlns:intf="http://geobrain.laits.gmu.edu/cswplug" 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="downloadDataResponse">

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

   </wsdl:message>

   <wsdl:message name="preprocessDataRequest">

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

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

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

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

   </wsdl:message>

   <wsdl:message name="downloadDataRequest">

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

   </wsdl:message>

   <wsdl:message name="preprocessDataResponse">

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

   </wsdl:message>

   <wsdl:portType name="CSWDataPreprocess">

      <wsdl:operation name="preprocessData" parameterOrder="dataurl dataid clfName returnType">

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

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

      </wsdl:operation>

      <wsdl:operation name="downloadData" parameterOrder="dataurl">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="CSWDataPreprocessSoapBinding" type="impl:CSWDataPreprocess">

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

      <wsdl:operation name="preprocessData">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="preprocessDataRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://geobrain.laits.gmu.edu/cswplug" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="preprocessDataResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://geobrain.laits.gmu.edu/cswplug" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="downloadData">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="downloadDataRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://geobrain.laits.gmu.edu/cswplug" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="downloadDataResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://geobrain.laits.gmu.edu/cswplug" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="CSWDataPreprocessService">

      <wsdl:port binding="impl:CSWDataPreprocessSoapBinding" name="CSWDataPreprocess">

         <wsdlsoap:address location="http://geobrain.laits.gmu.edu:8099/axis/services/CSWDataPreprocess"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
