<?xml version="1.0" encoding="UTF-8" ?> 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">


<!-- 

This is a sample SOAP request that could be sent to the server.
It specifies the service name as 'getCurrentsAndMetadata'
It specifies the station Id as db0301
It specifies the begin date as 20060312 and time in HH:MM GMT
It specifies the end date as 20060312 and time in HH:MM GMT 
Basically the client is asking for one day worth of data

-->

<soapenv:Body>
 <csd:getCurrentsAndMetadata xmlns:csd="http://opendap.co-ops.nos.noaa.gov/axis/webservices/currents/wsdl">
  <stationId xmlns="">db0301</stationId> 
  <beginDate xmlns="">20060312</beginDate> 
  <endDate xmlns="">20060312</endDate> 
  </csd:getCurrentsAndMetadata>
  </soapenv:Body>
  </soapenv:Envelope>