summaryrefslogtreecommitdiffstats
path: root/petascope/test/testcases-wcs/working/GetCapabilities.xml
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/test/testcases-wcs/working/GetCapabilities.xml')
-rw-r--r--petascope/test/testcases-wcs/working/GetCapabilities.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/petascope/test/testcases-wcs/working/GetCapabilities.xml b/petascope/test/testcases-wcs/working/GetCapabilities.xml
new file mode 100644
index 0000000..0cfae50
--- /dev/null
+++ b/petascope/test/testcases-wcs/working/GetCapabilities.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GetCapabilities xmlns="http://www.opengis.net/wcs/1.1"
+ xmlns:owcs="http://www.opengis.net/wcs/1.1/ows"
+ service="WCS">
+ <owcs:AcceptVersions>
+ <owcs:Version>1.0.0</owcs:Version>
+ <owcs:Version>0.8.3</owcs:Version>
+ </owcs:AcceptVersions>
+ <owcs:Sections>
+ <owcs:Section>Contents</owcs:Section>
+ </owcs:Sections>
+ <owcs:AcceptFormats>
+ <owcs:OutputFormat>text/xml</owcs:OutputFormat>
+ </owcs:AcceptFormats>
+</GetCapabilities>