[Pywps-dev] execute not working well?

Luís de Sousa luis.a.de.sousa at gmail.com
Mon Feb 8 23:17:24 PST 2016


Hi Pablo,

There is indeed a small glitch in that process, output2 is being
calculated with input1. Thanks for reporting. Why don't you try to
correct it yourself? It is a good way of getting acquainted with the
code.

In the meantime, I have created a pull request correcting it at GitHub:
https://github.com/geopython/pywps/pull/51

Cheers,

Luís

On 9 February 2016 at 02:20, pablo zader <pzader at gmail.com> wrote:
> Hi lista
> I'm trying this query:
>
> http://localhost/cgi-bin/wps.py?&service=wps&version=1.0.0&request=execute&identifier=dummyprocess&datainputs=input2=200;input1=100
>
> but the result is not as expected, just add one and subtract one (the
> default).
>
> .........
> <wps:Status creationTime="2016-02-08T22:17:59Z">
> <wps:ProcessSucceeded>PyWPS Process dummyprocess successfully
> calculated</wps:ProcessSucceeded>
> </wps:Status>
> <wps:ProcessOutputs>
> <wps:Output>
> <ows:Identifier>output2</ows:Identifier>
> <ows:Title>Output2 subtract 1 result</ows:Title>
> <wps:Data>
> <wps:LiteralData dataType="integer">99</wps:LiteralData>
> </wps:Data>
> </wps:Output>
> <wps:Output>
> <ows:Identifier>output1</ows:Identifier>
> <ows:Title>Output1 add 1 result</ows:Title>
> <wps:Data>
> <wps:LiteralData dataType="integer">101</wps:LiteralData>
> </wps:Data>
> </wps:Output>
> </wps:ProcessOutputs>
> </wps:ExecuteResponse>
> </soap:Body>
> </soap:Envelope>
>
>
> Where is the problem?
>
> Thanks in advanced
>
> Pablo
>
> _______________________________________________
> pywps-dev mailing list
> pywps-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/pywps-dev


More information about the pywps-dev mailing list