<?xml version="1.0" encoding="utf-8"?>
<wps:Capabilities service="WPS" version="1.0.0" xml:lang="eng" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" 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/wpsGetCapabilities_response.xsd" updateSequence="1">
	<ows:ServiceIdentification>
		<ows:Title>Inspire Transformation Service</ows:Title>
		<ows:Abstract>This server provides Coordinates Transformation Services according to Draft Technical Guidance for INSPRE (2008-10-31)</ows:Abstract>
		<ows:Keywords>
			<ows:Keyword>INSPIRE</ows:Keyword>
			<ows:Keyword>Transformation</ows:Keyword>
			<ows:Keyword>HS-RS</ows:Keyword>
		</ows:Keywords>
		<ows:ServiceType>WPS</ows:ServiceType>
		<ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
		<ows:Fees>None</ows:Fees>
		<ows:AccessConstraints>none</ows:AccessConstraints>
	</ows:ServiceIdentification>
	<ows:ServiceProvider>
		<ows:ProviderName>Help Service - Remote Sensing s.r.o.</ows:ProviderName>
		<ows:ProviderSite xlink:href="http://www.bnhelp.cz"/>
		<ows:ServiceContact>
			<ows:IndividualName>Jachym Cepicky</ows:IndividualName>
			<ows:PositionName>Junior developer</ows:PositionName>
			<ows:ContactInfo>
				<ows:Address>
					<ows:DeliveryPoint>Vnoučkova</ows:DeliveryPoint>
					<ows:City>Benešov u Prahy</ows:City>
					<ows:PostalCode>256 01</ows:PostalCode>
					<ows:Country>Czech republic</ows:Country>
					<ows:ElectronicMailAddress>jachym@bnhelp.cz</ows:ElectronicMailAddress>
				</ows:Address>
				<ows:OnlineResource xlink:href="http://www.bnhelp.cz"/>
				<ows:HoursOfService>0:00-24:00</ows:HoursOfService>
				<ows:ContactInstructions>none</ows:ContactInstructions>
			</ows:ContactInfo>
			<ows:Role>Coder</ows:Role>
		</ows:ServiceContact>
	</ows:ServiceProvider>
	<ows:OperationsMetadata>
		<ows:Operation name="GetCapabilities">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get xlink:href="http://localhost/cgi-bin/inspirewps?"/>
					<ows:Post xlink:href="http://localhost/cgi-bin/inspirewps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="DescribeProcess">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get xlink:href="http://localhost/cgi-bin/inspirewps?"/>
					<ows:Post xlink:href="http://localhost/cgi-bin/inspirewps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
		<ows:Operation name="Execute">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get xlink:href="http://localhost/cgi-bin/inspirewps?"/>
					<ows:Post xlink:href="http://localhost/cgi-bin/inspirewps"/>
				</ows:HTTP>
			</ows:DCP>
		</ows:Operation>
	</ows:OperationsMetadata>
	<wps:ProcessOfferings>
		<wps:Process wps:processVersion="2">
			<ows:Identifier>TransformCoordinates</ows:Identifier>
			<ows:Title>Transform coordinates.</ows:Title>
			<ows:Abstract>Transform coordinates from given
                            source CRS to the indicated target CRS. Accepts
                            input as GML Simple Features encoded features
                            and provides the same encoding as output.</ows:Abstract>
			<wps:Profile>urn:ogc:wps:1.0.0:INSPIRE:TransformCoordinates:1.0</wps:Profile>
		</wps:Process>
	</wps:ProcessOfferings>
	<wps:Languages>
		<wps:Default>
			<ows:Language>eng</ows:Language>
		</wps:Default>
		<wps:Supported>
			<ows:Language>eng</ows:Language>
		</wps:Supported>
	</wps:Languages>
	<wps:WSDL xlink:href="http://localhost/cgi-bin/inspirewps?WSDL"/>
</wps:Capabilities>
