Visit one of these pages to obtain {{p}} observations data and metadata from the REST/SOAP APIs for WOF written in Python.
CUAHSI WaterOneFlow is defined as a SOAP service sending WaterML v1.x messages. Many clients only utilize the service location, or make assumptions about it's implementation. In these cases (like HIS central), use the Service location endpoint URL.
Service | WSDL's location URL | Service location endpoint URL |
---|---|---|
SOAP service -- WaterML 1.0 | {{request.url_root|safe}}{{ soap10 }}.wsdl | {{request.url_root|safe}}{{ soap10 }} |
SOAP service -- WaterML 1.1 | {{request.url_root|safe}}{{ soap11 }}.wsdl | {{request.url_root|safe}}{{ soap11 }} |
You can test SOAP services with clients websites like www.service-repository.com or applications like SOAPUI. Example SoapUI projects are found in the test directory of WOFPy github repository
WOF Py also includes REST interfaces that respond with WaterML 1.x documents.
version: {{ v }}