<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://geoapp.ucsd.edu/axis/services/GRWS_Query" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://geoapp.ucsd.edu/axis/services/GRWS_Query" xmlns:intf="http://geoapp.ucsd.edu/axis/services/GRWS_Query" 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/axis/services/GRWS_Query" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace=""/>
   <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="authRequestResponse1">

      <wsdl:part name="authRequestReturn" type="xsd:boolean"/>

   </wsdl:message>

   <wsdl:message name="getResourceInPayloadResponse">

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

   </wsdl:message>

   <wsdl:message name="getResourceURLResponse1">

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

   </wsdl:message>

   <wsdl:message name="authRequestRequest1">

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

      <wsdl:part name="testCase" type="xsd:boolean"/>

   </wsdl:message>

   <wsdl:message name="getResourceURLResponse">

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

   </wsdl:message>

   <wsdl:message name="performAuthRequestRequest">

   </wsdl:message>

   <wsdl:message name="authRequestResponse">

      <wsdl:part name="authRequestReturn" type="xsd:int"/>

   </wsdl:message>

   <wsdl:message name="performAuthRequestResponse">

      <wsdl:part name="performAuthRequestReturn" type="xsd:boolean"/>

   </wsdl:message>

   <wsdl:message name="getResourceAsAttachmentRequest">

      <wsdl:part name="contextId" type="xsd:int"/>

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

   </wsdl:message>

   <wsdl:message name="mainResponse">

   </wsdl:message>

   <wsdl:message name="authRequestRequest">

      <wsdl:part name="contextId" type="xsd:int"/>

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

      <wsdl:part name="testCase" type="xsd:boolean"/>

   </wsdl:message>

   <wsdl:message name="mainRequest">

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

   </wsdl:message>

   <wsdl:message name="getResourceAsAttachmentResponse">

      <wsdl:part name="getResourceAsAttachmentReturn" type="DataHandler"/>

   </wsdl:message>

   <wsdl:message name="getResourceURLRequest">

      <wsdl:part name="contextId" type="xsd:int"/>

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

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

   </wsdl:message>

   <wsdl:message name="getResourceURLRequest1">

      <wsdl:part name="contextId" type="xsd:int"/>

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

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

      <wsdl:part name="outputResultAsXml" type="xsd:boolean"/>

   </wsdl:message>

   <wsdl:message name="getResourceInPayloadRequest">

      <wsdl:part name="contextId" type="xsd:int"/>

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

   </wsdl:message>

   <wsdl:portType name="GRWS_Query">

      <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="authRequest" parameterOrder="contextId email testCase">

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

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

      </wsdl:operation>

      <wsdl:operation name="authRequest" parameterOrder="email testCase">

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

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

      </wsdl:operation>

      <wsdl:operation name="getResourceInPayload" parameterOrder="contextId queryInstance">

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

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

      </wsdl:operation>

      <wsdl:operation name="getResourceAsAttachment" parameterOrder="contextId queryInstance">

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

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

      </wsdl:operation>

      <wsdl:operation name="getResourceURL" parameterOrder="contextId queryInstance username">

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

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

      </wsdl:operation>

      <wsdl:operation name="getResourceURL" parameterOrder="contextId queryInstance username outputResultAsXml">

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

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

      </wsdl:operation>

      <wsdl:operation name="performAuthRequest">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="GRWS_QuerySoapBinding" type="impl:GRWS_Query">

      <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/axis/services/GRWS_Query" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="authRequest">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="authRequestRequest">

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

         </wsdl:input>

         <wsdl:output name="authRequestResponse">

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

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="authRequest">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="authRequestRequest1">

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

         </wsdl:input>

         <wsdl:output name="authRequestResponse1">

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

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getResourceInPayload">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getResourceInPayloadRequest">

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

         </wsdl:input>

         <wsdl:output name="getResourceInPayloadResponse">

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

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getResourceAsAttachment">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getResourceAsAttachmentRequest">

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

         </wsdl:input>

         <wsdl:output name="getResourceAsAttachmentResponse">

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

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getResourceURL">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getResourceURLRequest">

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

         </wsdl:input>

         <wsdl:output name="getResourceURLResponse">

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

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getResourceURL">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getResourceURLRequest1">

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

         </wsdl:input>

         <wsdl:output name="getResourceURLResponse1">

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

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="performAuthRequest">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="performAuthRequestRequest">

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

         </wsdl:input>

         <wsdl:output name="performAuthRequestResponse">

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

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="GRWS_QueryService">

      <wsdl:port binding="impl:GRWS_QuerySoapBinding" name="GRWS_Query">

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

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
