Closed landam closed 2 years ago
<?xml version="1.0" encoding="UTF-8"?>
<!-- PyWPS 4.2.8 -->
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd" version="1.0.0">
<ows:Exception exceptionCode="InvalidParameterValue" locator="" >
<ows:ExceptionText>Input data not valid using mode 1</ows:ExceptionText>
</ows:Exception>
Update: testing process works (see sample: request-soil-texture-hsg.xml.zip)
wget -q --post-file request-soil-texture-hsg.xml https://rain1.fsv.cvut.cz/services/wps? -O response.xml
QGIS plugin still fails:
2021-11-09 17:27:04,799] [ERROR] file=/usr/local/lib/python3.6/dist-packages/pywps/exceptions.py line=45 module=exceptions function=__init__ Exception: code: 400, description: Input data not valid using mode 1, locator:
NoneType: None
<wps:Input>
<ows:Identifier>layers</ows:Identifier>
<wps:Data>
<wps:LiteralData>sand</wps:LiteralData>
</wps:Data>
</wps:Input>
<wps:Input>
<ows:Identifier>layers</ows:Identifier>
<wps:Data>
<wps:LiteralData>silt</wps:LiteralData>
</wps:Data>
</wps:Input>
PyWPS log says:
Probably related to https://github.com/ctu-geoforall-lab/rain/commit/eb21cdf4e14e3145810f3fea1c72e96d0d848575