<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://geoapp.ucsd.edu:8080/axis/services/SiteLatLon" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://geoapp.ucsd.edu:8080/axis/services/SiteLatLon" xmlns:intf="http://geoapp.ucsd.edu:8080/axis/services/SiteLatLon" 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.2.1
Built on Jun 07, 2005 (10:11:43 EDT)-->
 <wsdl:types>
  <schema targetNamespace="http://geoapp.ucsd.edu:8080/axis/services/SiteLatLon" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_xsd_string">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="getSiteLatLonRequest">

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

   </wsdl:message>

   <wsdl:message name="mainRequest">

      <wsdl:part name="args" type="impl:ArrayOf_xsd_string"/>

   </wsdl:message>

   <wsdl:message name="mainResponse">

   </wsdl:message>

   <wsdl:message name="getSiteLatLonResponse">

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

   </wsdl:message>

   <wsdl:portType name="SiteLatLon">

      <wsdl:operation name="main" parameterOrder="args">

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

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

      </wsdl:operation>

      <wsdl:operation name="getSiteLatLon" parameterOrder="siteCode">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="SiteLatLonSoapBinding" type="impl:SiteLatLon">

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

      <wsdl:operation name="main">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="mainRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.grws.reason.sopac.ucsd.edu" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="mainResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://geoapp.ucsd.edu:8080/axis/services/SiteLatLon" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getSiteLatLon">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getSiteLatLonRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://ws.grws.reason.sopac.ucsd.edu" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getSiteLatLonResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://geoapp.ucsd.edu:8080/axis/services/SiteLatLon" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="SiteLatLonService">

      <wsdl:port binding="impl:SiteLatLonSoapBinding" name="SiteLatLon">

         <wsdlsoap:address location="http://geoapp.ucsd.edu:8080/axis/services/SiteLatLon"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
