wps/src/main/webapp/requests/EchoProcess_response-both.xml

39 lines
1.3 KiB
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:ogc="http://www.opengis.net/ogc" 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.EchoProcess</ows:Identifier>
<wps:DataInputs>
<wps:Input>
<ows:Identifier>complexInput</ows:Identifier>
<wps:Data>
<wps:ComplexData>
<testElement>testValue</testElement>
</wps:ComplexData>
</wps:Data>
</wps:Input>
<wps:Input>
<ows:Identifier>literalInput</ows:Identifier>
<wps:Data>
<wps:LiteralData dataType="xs:string">Hello!</wps:LiteralData>
</wps:Data>
</wps:Input>
</wps:DataInputs>
<wps:ResponseForm>
<wps:ResponseDocument storeExecuteResponse="false"
lineage="false" status="false">
<wps:Output asReference="false" encoding="UTF-8">
<ows:Identifier>literalOutput</ows:Identifier>
</wps:Output>
<wps:Output asReference="false" encoding="UTF-8">
<ows:Identifier>complexOutput</ows:Identifier>
</wps:Output>
</wps:ResponseDocument>
</wps:ResponseForm>
</wps:Execute>