Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleTest if pywps works on your system
C:\>cd pywps

C:\pywps>wpspywps>python wps.py
PyWPS NoApplicableCode: Locator: None; Value: No query string found. Content-Type: application/xml

<?xml version="1.0" encoding="utf-8"?>
<ExceptionReport version="1.0.0" xmlns="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">
        <Exception exceptionCode="NoApplicableCode">
                <ExceptionText>'No query string found.'</ExceptionText>
        </Exception>
</ExceptionReport>

...