Skip to content

Instantly share code, notes, and snippets.

@mmomtchev
Created June 17, 2022 21:23
Show Gist options
  • Save mmomtchev/5765a1e02135e2c7d1bfca973fed5ec1 to your computer and use it in GitHub Desktop.
Save mmomtchev/5765a1e02135e2c7d1bfca973fed5ec1 to your computer and use it in GitHub Desktop.
<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/../wpsExecute_request.xsd" language="en-US">
<!-- template-version: 0.21 -->
<ows:Identifier>hello-nodejs</ows:Identifier>
<wps:DataInputs>
<wps:Input>
<ows:Identifier>S</ows:Identifier>
<wps:Data>
<wps:LiteralData dataType="string">Garga</wps:LiteralData>
</wps:Data>
</wps:Input>
</wps:DataInputs>
<wps:ResponseForm>
</wps:ResponseForm>
</wps:Execute>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment