<?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 COI0502
It specifies the begin date as 20050528 and time in HH:MM GMT
It specifies the end date as 20050528 and time in HH:MM GMT
It specifies the bin number as 1
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>COI0502</stationId>
            <beginDate>20050528</beginDate>
            <endDate>20050528</endDate>
            <binNumber>1</binNumber>
        </csd:getCurrentsAndMetadata>
    </soapenv:Body>
</soapenv:Envelope>
