<?xml version="1.0" encoding="UTF-8"?>
<!--
    OGC LICENSE HEADER

    The official OGC XML schemas can be accessed under http://schemas.opengis.net.
    Please consider the schema copyright notices: http://www.opengeospatial.org/ogc/document
    and the OGC Copyright Notice and Disclaimers: http://www.opengeospatial.org/ogc/legal
    If there are any questions left there is also a copyright FAQ: http://www.opengeospatial.org/ogc/legalfaq
-->
<wps:Capabilities service="WPS" version="2.0.0"
	xmlns:ows="http://www.opengis.net/ows/2.0"
	xmlns:wps="http://www.opengis.net/wps/2.0"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:xml="http://www.w3.org/XML/1998/namespace"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.opengis.net/wps/2.0 ../wpsGetCapabilities.xsd ">
	<ows:ServiceIdentification>
		<ows:Title>MyWebProcessingService</ows:Title>
		<ows:Abstract>A Demo Service offering typical GIS distance transform processes</ows:Abstract>
		<ows:Keywords>
			<ows:Keyword>Geoprocessing</ows:Keyword>
			<ows:Keyword>Toolbox</ows:Keyword>
			<ows:Keyword>Distance transform</ows:Keyword>
		</ows:Keywords>
		<ows:ServiceType>WPS</ows:ServiceType>
		<ows:ServiceTypeVersion>2.0.0</ows:ServiceTypeVersion>
		<ows:Fees>NONE</ows:Fees>
		<ows:AccessConstraints>NONE</ows:AccessConstraints>
	</ows:ServiceIdentification>
	<ows:ServiceProvider>
		<ows:ProviderName>TU Dresden</ows:ProviderName>
		<ows:ProviderSite xlink:href="http://tu-dresden.de/geo/gis" />
		<ows:ServiceContact>
			<ows:IndividualName>Matthias Mueller</ows:IndividualName>
			<ows:ContactInfo>
				<ows:Address>
					<ows:ElectronicMailAddress>
						matthias_mueller@tu-dresden.de
					</ows:ElectronicMailAddress>
				</ows:Address>
			</ows:ContactInfo>
		</ows:ServiceContact>
	</ows:ServiceProvider>
	<ows:OperationsMetadata>
		<ows:Operation name="GetCapabilities">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get 
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="DescribeProcess">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get 
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
					<ows:Post 
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="Execute">
			<ows:DCP>
				<ows:HTTP>
					<ows:Post 
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="GetStatus">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get 
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
					<ows:Post 
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="GetResult">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get 
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
					<ows:Post 
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="Dismiss">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get 
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
					<ows:Post 
					xlink:href="http://wps1.gis.geo.tu-dresden.de/wps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
	</ows:OperationsMetadata>
	<wps:Contents>
		<wps:ProcessSummary jobControlOptions="sync-execute async-execute dismiss">
			<ows:Title>Euclidean Distance</ows:Title>
			<ows:Identifier>http://my.site/distance-transform/euclidean-distance</ows:Identifier>
		</wps:ProcessSummary>
		<wps:ProcessSummary jobControlOptions="sync-execute async-execute dismiss"
			processVersion="1.4.0">
			<ows:Title>Cost Distance</ows:Title>
			<ows:Identifier>http://my.site/distance-transform/cost-distance</ows:Identifier>
		</wps:ProcessSummary>
	</wps:Contents>
</wps:Capabilities>
