[Pywps-dev] demo.py in describe inputs

Alex Morega alex at grep.ro
Fri Aug 16 03:11:03 PDT 2013


Hi Jachym,

Thanks for trying out the code!

On 15 Aug 2013, at 23:51, Jachym Cepicky <jachym.cepicky at gmail.com> wrote:

> I tryed the getcapabilities request
> But got no working result
> Request: http://localhost:5000/wps?service=wps&request=GetCapabilities

It's looking for the "Request" argument, apparently werkzeug cares about capitalization. This works:

http://pywps.grep.ro/wps?Request=GetCapabilities

Or locally:
http://localhost:5000/wps?Request=GetCapabilities

-- Alex



More information about the pywps-dev mailing list