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

48 lines
2.2 KiB
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.MultipleComplexInAndOutputsDummyTestClass</ows:Identifier>
<wps:DataInputs>
<wps:Input>
<ows:Identifier>ComplexInputData2</ows:Identifier>
<wps:Reference mimeType="image/png" xlink:href="http://geoprocessing.demo.52north.org:8080/openlayers-example/52n48x48-transp.png"/>
</wps:Input>
<wps:Input>
<ows:Identifier>ComplexInputData1</ows:Identifier>
<wps:Reference mimeType="image/tiff" xlink:href="http://52north.org/files/geoprocessing/Testdata/elev_srtm_30m21.tif"/>
</wps:Input>
<wps:Input>
<ows:Identifier>BBOXInputData</ows:Identifier>
<ows:Title>Distance which people will walk to get to a playground.</ows:Title>
<wps:Data>
<wps:BoundingBoxData crs="EPSG:4326">
<ows:LowerCorner>46.75 13.05</ows:LowerCorner>
<ows:UpperCorner>46.85 13.25</ows:UpperCorner>
</wps:BoundingBoxData>
</wps:Data>
</wps:Input>
<wps:Input>
<ows:Identifier>LiteralInputData</ows:Identifier>
<ows:Title>Distance which people will walk to get to a playground.</ows:Title>
<wps:Data>
<wps:LiteralData>007</wps:LiteralData>
</wps:Data>
</wps:Input>
</wps:DataInputs>
<wps:ResponseForm>
<wps:ResponseDocument status="false" storeExecuteResponse="false">
<wps:Output asReference="false" mimeType="image/png" encoding="base64">
<ows:Identifier>ComplexOutputData2</ows:Identifier>
</wps:Output>
<wps:Output asReference="false" mimeType="image/tiff" encoding="base64">
<ows:Identifier>ComplexOutputData1</ows:Identifier>
</wps:Output>
<wps:Output asReference="false">
<ows:Identifier>BBOXOutputData</ows:Identifier>
</wps:Output>
<wps:Output asReference="false">
<ows:Identifier>LiteralOutputData</ows:Identifier>
</wps:Output>
</wps:ResponseDocument>
</wps:ResponseForm>
</wps:Execute>