<div dir="ltr">thanks</div><br><div class="gmail_quote"><div dir="ltr">út 9. 2. 2016 v 8:17 odesílatel Luís de Sousa <<a href="mailto:luis.a.de.sousa@gmail.com">luis.a.de.sousa@gmail.com</a>> napsal:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Pablo,<br>
<br>
There is indeed a small glitch in that process, output2 is being<br>
calculated with input1. Thanks for reporting. Why don't you try to<br>
correct it yourself? It is a good way of getting acquainted with the<br>
code.<br>
<br>
In the meantime, I have created a pull request correcting it at GitHub:<br>
<a href="https://github.com/geopython/pywps/pull/51" rel="noreferrer" target="_blank">https://github.com/geopython/pywps/pull/51</a><br>
<br>
Cheers,<br>
<br>
Luís<br>
<br>
On 9 February 2016 at 02:20, pablo zader <<a href="mailto:pzader@gmail.com" target="_blank">pzader@gmail.com</a>> wrote:<br>
> Hi lista<br>
> I'm trying this query:<br>
><br>
> <a href="http://localhost/cgi-bin/wps.py?&service=wps&version=1.0.0&request=execute&identifier=dummyprocess&datainputs=input2=200;input1=100" rel="noreferrer" target="_blank">http://localhost/cgi-bin/wps.py?&service=wps&version=1.0.0&request=execute&identifier=dummyprocess&datainputs=input2=200;input1=100</a><br>
><br>
> but the result is not as expected, just add one and subtract one (the<br>
> default).<br>
><br>
> .........<br>
> <wps:Status creationTime="2016-02-08T22:17:59Z"><br>
> <wps:ProcessSucceeded>PyWPS Process dummyprocess successfully<br>
> calculated</wps:ProcessSucceeded><br>
> </wps:Status><br>
> <wps:ProcessOutputs><br>
> <wps:Output><br>
> <ows:Identifier>output2</ows:Identifier><br>
> <ows:Title>Output2 subtract 1 result</ows:Title><br>
> <wps:Data><br>
> <wps:LiteralData dataType="integer">99</wps:LiteralData><br>
> </wps:Data><br>
> </wps:Output><br>
> <wps:Output><br>
> <ows:Identifier>output1</ows:Identifier><br>
> <ows:Title>Output1 add 1 result</ows:Title><br>
> <wps:Data><br>
> <wps:LiteralData dataType="integer">101</wps:LiteralData><br>
> </wps:Data><br>
> </wps:Output><br>
> </wps:ProcessOutputs><br>
> </wps:ExecuteResponse><br>
> </soap:Body><br>
> </soap:Envelope><br>
><br>
><br>
> Where is the problem?<br>
><br>
> Thanks in advanced<br>
><br>
> Pablo<br>
><br>
> _______________________________________________<br>
> pywps-dev mailing list<br>
> <a href="mailto:pywps-dev@lists.osgeo.org" target="_blank">pywps-dev@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/pywps-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/pywps-dev</a><br>
_______________________________________________<br>
pywps-dev mailing list<br>
<a href="mailto:pywps-dev@lists.osgeo.org" target="_blank">pywps-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pywps-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/pywps-dev</a></blockquote></div>