Ik gebruik het onderstaande endpoint om informatie op te halen over zwemplekken.
Ik krijg daar nu een foutmelding op terwijl het eerder wel werkte:
<ows:ExceptionReport xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/ows/1.1 https://ogcgeo.zwemwater.nl/geoserver/schemas/ows/1.1.0/owsAll.xsd">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>java.lang.RuntimeException: java.lang.RuntimeException: Error applying mapping with targetAttribute zwr:monsterpunt java.lang.RuntimeException: Error applying mapping with targetAttribute zwr:monsterpunt Error applying mapping with targetAttribute zwr:monsterpunt java.lang.RuntimeException: Error applying mapping with targetAttribute zwr:monster Error applying mapping with targetAttribute zwr:monster java.lang.RuntimeException: Error applying mapping with targetAttribute zwr:resultaat Error applying mapping with targetAttribute zwr:resultaat java.lang.RuntimeException: Error applying mapping with targetAttribute zwr:resultaatPublicatie/zwr:publiceerder Error applying mapping with targetAttribute zwr:resultaatPublicatie/zwr:publiceerder</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Deze service staat ook gewoon in het georegister:
Als ik de CSV vandaar probeer te downloaden krijg ik ook een foutmelding in de CSV:
<?xml version="1.0" encoding="UTF-8"?><ows:ExceptionReport xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows https://ogcgeo.zwemwater.nl/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>java.lang.RuntimeException: Unable to obtain connection: Cannot get a connection
Unable to obtain connection: Cannot get a connection
Cannot get a connection
Timeout waiting for idle object</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Ik weet niet of er wijzigingen zijn gemaakt. De WMS data wordt nu ook via PDOK aangeboden zie ik, maar ik weet niet of daarmee de WFS “uit de lucht” is gehaald?