<?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 operation name as 'getActiveCurrentStations'
There are no arguments being passed to the service

-->

<soapenv:Body>
  <surveycurrentstations:getActiveCurrentStations xmlns:surveycurrentstations="http://opendap.co-ops.nos.noaa.gov/axis/webservices/activecurrentstations/wsdl/" />
  </soapenv:Body>
</soapenv:Envelope>