wps/src/main/webapp/requests/R_meuse.xml

25 lines
993 B
XML
Executable File

<?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.r.demo.meuse.rdata</ows:Identifier>
<wps:ResponseForm>
<wps:ResponseDocument>
<wps:Output asReference="true">
<ows:Identifier>workspace</ows:Identifier>
</wps:Output>
<wps:Output asReference="true">
<ows:Identifier>meuse.rdata</ows:Identifier>
</wps:Output>
<wps:Output asReference="true">
<ows:Identifier>meuse.grid.rdata</ows:Identifier>
</wps:Output>
<wps:Output asReference="true">
<ows:Identifier>meuse.riv.rdata</ows:Identifier>
</wps:Output>
</wps:ResponseDocument>
</wps:ResponseForm>
</wps:Execute>