<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://gdal_util.gdal.ws.laits.gmu.edu" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://gdal_util.gdal.ws.laits.gmu.edu" xmlns:intf="http://gdal_util.gdal.ws.laits.gmu.edu" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://ws.laits.gmu.edu" 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 targetNamespace="http://gdal_util.gdal.ws.laits.gmu.edu" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://ws.laits.gmu.edu"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <element name="gdal_translate">
    <complexType>
     <sequence>
      <element name="in0" type="xsd:anyURI"/>
      <element name="in1" type="soapenc:string"/>
      <element name="in2" type="soapenc:string"/>
     </sequence>
    </complexType>
   </element>
   <element name="gdal_translateResponse">
    <complexType>
     <sequence>
      <element name="gdal_translateReturn" type="xsd:anyURI"/>
     </sequence>
    </complexType>
   </element>
  </schema>
  <schema targetNamespace="http://ws.laits.gmu.edu" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="WebServiceExceptionsType">
    <sequence>
     <element name="exception" type="xsd:string"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="gdal_translateRequest">

      <wsdl:part element="impl:gdal_translate" name="parameters"/>

   </wsdl:message>

   <wsdl:message name="gdal_translateResponse">

      <wsdl:part element="impl:gdal_translateResponse" name="parameters"/>

   </wsdl:message>

   <wsdl:message name="WebServiceExceptionsType">

      <wsdl:part name="fault" type="tns1:WebServiceExceptionsType"/>

   </wsdl:message>

   <wsdl:portType name="Gdal_util">

      <wsdl:operation name="gdal_translate" parameterOrder="in0 in1 in2">

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

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

         <wsdl:fault message="impl:WebServiceExceptionsType" name="WebServiceExceptionsType"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="DataFormatTranslationSoapBinding" type="impl:Gdal_util">

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

      <wsdl:operation name="gdal_translate">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="gdal_translateRequest">

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

         </wsdl:input>

         <wsdl:output name="gdal_translateResponse">

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

         </wsdl:output>

         <wsdl:fault name="WebServiceExceptionsType">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="WebServiceExceptionsType" namespace="http://gdal_util.gdal.ws.laits.gmu.edu" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="Gdal_utilService">

      <wsdl:port binding="impl:DataFormatTranslationSoapBinding" name="DataFormatTranslation">

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

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
