<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://geobrain.laits.gmu.edu:8099/axis/services/ftpagent" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://geobrain.laits.gmu.edu:8099/axis/services/ftpagent" xmlns:intf="http://geobrain.laits.gmu.edu:8099/axis/services/ftpagent" 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:types>
  <schema elementFormDefault="qualified" targetNamespace="http://geobrain.laits.gmu.edu:8099/axis/services/ftpagent" xmlns="http://www.w3.org/2001/XMLSchema">
   <complexType name="FtpAgentInputType">
    <sequence>
     <element name="fileurl" type="xsd:string"/>
    </sequence>
   </complexType>
   <element name="FtpAgentInput" type="impl:FtpAgentInputType"/>
   <complexType name="FtpAgentOutputType">
    <sequence>
     <element name="filename" type="xsd:string"/>
    </sequence>
   </complexType>
   <element name="FtpAgentOutput" type="impl:FtpAgentOutputType"/>
  </schema>
 </wsdl:types>

   <wsdl:message name="uploadFileResponse">

      <wsdl:part element="impl:FtpAgentOutput" name="FtpAgentOutput"/>

   </wsdl:message>

   <wsdl:message name="uploadFileRequest">

      <wsdl:part element="impl:FtpAgentInput" name="FtpAgentInput"/>

   </wsdl:message>

   <wsdl:portType name="FtpAgent">

      <wsdl:operation name="uploadFile" parameterOrder="FtpAgentInput">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="ftpagentSoapBinding" type="impl:FtpAgent">

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

      <wsdl:operation name="uploadFile">

         <wsdlsoap:operation soapAction="uploadFile"/>

         <wsdl:input name="uploadFileRequest">

            <wsdlsoap:body use="literal"/>

         </wsdl:input>

         <wsdl:output name="uploadFileResponse">

            <wsdlsoap:body use="literal"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="FtpAgentService">

      <wsdl:port binding="impl:ftpagentSoapBinding" name="ftpagent">

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

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
