[Pywps-dev] execute not working well?

pablo zader pzader at gmail.com
Mon Feb 8 17:20:18 PST 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pywps-dev/attachments/20160208/914f7833/attachment.html>


More information about the pywps-dev mailing list