52n-wps-server-gcube/src/test/resources/DTCExecuteLiteralOutputRawD...

20 lines
830 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<wps:Execute service="WPS" version="1.0.0"
xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsExecute_request.xsd">
<ows:Identifier>org.n52.wps.server.algorithm.test.DummyTestClass</ows:Identifier>
<wps:DataInputs>
<wps:Input>
<ows:Identifier>LiteralInputData</ows:Identifier>
<wps:Data>
<wps:LiteralData>007</wps:LiteralData>
</wps:Data>
</wps:Input>
</wps:DataInputs>
<wps:ResponseForm>
<wps:RawDataOutput>
<ows:Identifier>LiteralOutputData</ows:Identifier>
</wps:RawDataOutput>
</wps:ResponseForm>
</wps:Execute>