[Pywps-dev] cite tests

Tom Kralidis tomkralidis at gmail.com
Mon Oct 3 07:30:49 PDT 2016


Hi Jachym: looks like a CITE issue.  I will bring up with OGC CITE to investigate.

Thanks

..Tom

On Mon, 3 Oct 2016, Jachym Cepicky wrote:

> Date: Mon, 03 Oct 2016 13:27:51 +0000
> From: Jachym Cepicky <jachym.cepicky at gmail.com>
> To: "pywps-dev at lists.osgeo.org" <pywps-dev at lists.osgeo.org>
> Subject: [Pywps-dev] cite tests
> 
> Hi,
>
> I've tested your demo.pywps.org against OGC cite tests and I've found one
> bug only. BUT:
>
> The test log:
> http://cite.opengeospatial.org/te2/viewTestLog.jsp?test=s0001/d1162e143_1/d1162e219_1/d253e54_1/d253e263_1
>
> It says,
>
> Log for test s0001/d1162e143_1/d1162e219_1/d253e54_1/d253e263_1
>
> Test owsTests:ows-OWS.GetCapabilities-Exceptions.1 type Mandatory
> default result Passed
> (s0001/d1162e143_1/d1162e219_1/d253e54_1/d253e263_1)
>
> Assertion: In the event that a GetCapabilities request cannot be
> processed for any reason, the response entity shall include an
> exception report. The exception code must be one of those listed in
> Table 5.
>
> Message d253e1209_1:
>   GetCapabilities with no service parameter.  Pass if all of the
> following conditions are true: (1) the response is schema valid; (2)
> the root document is an ows:ExceptionReport document; (3) the
> ExceptionReport shall have the "MissingParameterValue" exception code;
> (4) theExceptionReport @locator value shall be that of the missing
> parameter.
>
> Message d253e1211_1:
>   Version parameter: 1.0.0
>
> Request d253e1215_1:
>   Method: get
>   URL: http://demo.pywps.org/cite/wps?&version=1.0.0&request=GetCapabilities
> Error in call to extension function {public org.w3c.dom.NodeList
> com.occamlab.te.TECore.request(org.w3c.dom.Document,java.lang.String)
> throws java.lang.Throwable}: Exception in extension function
> java.lang.reflect.InvocationTargetException
> Result: Failed
>
>
> When I look at http://demo.pywps.org/cite/wps?&version=1.0.0&request=GetCapabilities
> the response is
>
>
> E400:
>
> <ows:ExceptionReport
> xsi:schemaLocation="http://www.opengis.net/ows/1.1
> http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd"
> version="1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
> <ows:Exception exceptionCode="MissingParameterValue" locator="service">
> <ows:ExceptionText>
> service
> </ows:ExceptionText>
> </ows:Exception>
> <div/>
> </ows:ExceptionReport>
>
>
> what is IMHO exactly, what the test is expecting, anybody sees the
> problem? Because of I do not :-(
>
>
> Thanks
>
>
> Jachym
>


More information about the pywps-dev mailing list