<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://opendap.co-ops.nos.noaa.gov/axis/webservices/waterlevelrawsixmin/wsdl" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://opendap.co-ops.nos.noaa.gov/axis/webservices/waterlevelrawsixmin/wsdl" xmlns:intf="http://opendap.co-ops.nos.noaa.gov/axis/webservices/waterlevelrawsixmin/wsdl" 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://opendap.co-ops.nos.noaa.gov/axis/webservices/waterlevelrawsixmin/wsdl" xmlns="http://www.w3.org/2001/XMLSchema">
   <element name="Parameters">
    <complexType>
     <sequence>
      <element name="stationId" type="xsd:string"/>
      <element name="beginDate" type="xsd:string"/>
      <element name="endDate" type="xsd:string"/>
      <element name="datum" type="xsd:string"/>
      <element name="unit" type="xsd:int"/>
      <element name="timeZone" type="xsd:int"/>
     </sequence>
    </complexType>
   </element>
   <complexType name="Data">
    <sequence>
     <element name="timeStamp" type="xsd:string"/>
     <element name="WL" type="xsd:double"/>
     <element name="sigma" type="xsd:double"/>
     <element name="O" type="xsd:int"/>
     <element name="F" type="xsd:int"/>
     <element name="R" type="xsd:int"/>
     <element name="L" type="xsd:int"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOfData">
    <sequence>
     <element maxOccurs="unbounded" minOccurs="0" name="item" type="impl:Data"/>
    </sequence>
   </complexType>
   <element name="WaterLevelRawSixMinMeasurements">
    <complexType>
     <sequence>
      <element name="data" type="impl:ArrayOfData"/>
     </sequence>
    </complexType>
   </element>
   <element name="Parameters1">
    <complexType>
     <sequence>
      <element name="stationId" type="xsd:string"/>
      <element name="beginDate" type="xsd:string"/>
      <element name="endDate" type="xsd:string"/>
      <element name="datum" type="xsd:string"/>
      <element name="unit" type="xsd:int"/>
      <element name="timeZone" type="xsd:int"/>
     </sequence>
    </complexType>
   </element>
   <element name="WLandMetadata">
    <complexType>
     <sequence>
      <element name="stationId" type="xsd:string"/>
      <element name="stationName" type="xsd:string"/>
      <element name="latitude" type="xsd:float"/>
      <element name="longitude" type="xsd:float"/>
      <element name="state" type="xsd:string"/>
      <element name="dataSource" type="xsd:string"/>
      <element name="COOPSDisclaimer" type="xsd:string"/>
      <element name="beginDate" type="xsd:string"/>
      <element name="endDate" type="xsd:string"/>
      <element name="datum" type="xsd:string"/>
      <element name="unit" type="xsd:string"/>
      <element name="timeZone" type="xsd:string"/>
      <element name="data" type="impl:ArrayOfData"/>
     </sequence>
    </complexType>
   </element>
  </schema>
 </wsdl:types>

   <wsdl:message name="getWLRawSixMinAndMetadataRequest">

      <wsdl:part element="impl:Parameters1" name="Parameters"/>

   </wsdl:message>

   <wsdl:message name="getWLRawSixMinAndMetadataResponse">

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

   </wsdl:message>

   <wsdl:message name="getWaterLevelRawSixMinRequest">

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

   </wsdl:message>

   <wsdl:message name="getWaterLevelRawSixMinResponse">

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

   </wsdl:message>

   <wsdl:portType name="WaterLevelRawSixMinPortType">

      <wsdl:operation name="getWaterLevelRawSixMin" parameterOrder="Parameters">

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

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

      </wsdl:operation>

      <wsdl:operation name="getWLRawSixMinAndMetadata" parameterOrder="Parameters">

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="WaterLevelRawSixMinSoapBinding" type="impl:WaterLevelRawSixMinPortType">

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

      <wsdl:operation name="getWaterLevelRawSixMin">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getWaterLevelRawSixMinRequest">

            <wsdlsoap:body use="literal"/>

         </wsdl:input>

         <wsdl:output name="getWaterLevelRawSixMinResponse">

            <wsdlsoap:body use="literal"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getWLRawSixMinAndMetadata">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getWLRawSixMinAndMetadataRequest">

            <wsdlsoap:body use="literal"/>

         </wsdl:input>

         <wsdl:output name="getWLRawSixMinAndMetadataResponse">

            <wsdlsoap:body use="literal"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="WaterLevelRawSixMinService">

      <wsdl:port binding="impl:WaterLevelRawSixMinSoapBinding" name="WaterLevelRawSixMin">

         <wsdlsoap:address location="http://opendap.co-ops.nos.noaa.gov/axis/services/WaterLevelRawSixMin"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
