[Pywps-commits] r597 - in trunk/doc: . examples
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 16 11:27:16 CEST 2008
Author: jachym
Date: 2008-09-16 11:27:15 +0200 (Tue, 16 Sep 2008)
New Revision: 597
Added:
trunk/doc/examples/wps_describeprocess_request.xml
trunk/doc/examples/wps_getcapabilities_request.xml
Removed:
trunk/doc/wps_describeprocess_request.xml
trunk/doc/wps_getcapabilities_request.xml
Log:
moved examples to examples direcotory
Copied: trunk/doc/examples/wps_describeprocess_request.xml (from rev 596, trunk/doc/wps_describeprocess_request.xml)
Copied: trunk/doc/examples/wps_getcapabilities_request.xml (from rev 596, trunk/doc/wps_getcapabilities_request.xml)
Deleted: trunk/doc/wps_describeprocess_request.xml
===================================================================
--- trunk/doc/wps_describeprocess_request.xml 2008-09-16 09:24:19 UTC (rev 596)
+++ trunk/doc/wps_describeprocess_request.xml 2008-09-16 09:27:15 UTC (rev 597)
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<DescribeProcess xmlns="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 ..\wpsDescribeProcess_request.xsd" service="WPS" version="1.0.0" language="en-CA">
- <ows:Identifier>intersection</ows:Identifier>
- <ows:Identifier>union</ows:Identifier>
-</DescribeProcess>
Deleted: trunk/doc/wps_getcapabilities_request.xml
===================================================================
--- trunk/doc/wps_getcapabilities_request.xml 2008-09-16 09:24:19 UTC (rev 596)
+++ trunk/doc/wps_getcapabilities_request.xml 2008-09-16 09:27:15 UTC (rev 597)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- WPS GetCapabilities request-->
-<!-- Equivalent GET request is http://foo.bar/foo?Service=WPS&Version=1.0.0&Request=GetCapabilities&Language=en-CA -->
-<ows:GetCapabilities xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows/1.1 ..\wpsGetCapabilities_request.xsd" language="en-CA" service="WPS">
- <ows:AcceptVersions>
- <ows:Version>1.0.0</ows:Version>
- </ows:AcceptVersions>
-</ows:GetCapabilities>
More information about the Pywps-commits
mailing list