<?xml version="1.0" encoding="UTF-8"?>
<WAS_Capabilities xmlns="http://www.gdi-nrw.org/was" xmlns:authn="http://www.gdi-nrw.org/authentication" xmlns:ows="http://www.opengis.net/ows" xmlns:xlink="http://www.w3.org/1999/xlink" updateSequence="" version="1.1">
	<ows:ServiceIdentification>
		<ows:ServiceType>WAS</ows:ServiceType>
		<ows:ServiceTypeVersion>1.1</ows:ServiceTypeVersion>
		<ows:Title>WAS</ows:Title>
		<ows:Abstract>
			A Web Security Service that secures the secret WMS
		</ows:Abstract>
		<ows:Keywords>
			<ows:Keyword>WAS</ows:Keyword>
		</ows:Keywords>
		<ows:Fees>NONE</ows:Fees>
		<ows:AccessConstraints>NONE</ows:AccessConstraints>
	</ows:ServiceIdentification>
	<ows:ServiceProvider>
		<ows:ProviderName>deegree.PRO</ows:ProviderName>
		<ows:ProviderSite xlink:href="https://www.deegree.pro" xlink:type="simple"/>
		<ows:ServiceContact>
			<ows:IndividualName>deegree.PRO</ows:IndividualName>
			<ows:PositionName>developer</ows:PositionName>
			<ows:ContactInfo>
				<ows:Phone>
					<ows:Voice>02389/9827-0</ows:Voice>
				</ows:Phone>
				<ows:Address>
					<ows:DeliveryPoint>Landwehrstr. 143</ows:DeliveryPoint>
					<ows:City>Werne</ows:City>
					<ows:AdministrativeArea>NRW</ows:AdministrativeArea>
					<ows:PostalCode>59368</ows:PostalCode>
					<ows:Country>Germany</ows:Country>
					<ows:ElectronicMailAddress>info@deegree.pro</ows:ElectronicMailAddress>
				</ows:Address>
				<ows:OnlineResource xlink:href="https://www.deegree.pro" xlink:type="simple"/>
			</ows:ContactInfo>
		</ows:ServiceContact>
	</ows:ServiceProvider>
	<ows:OperationsMetadata>
		<ows:Operation Name="GetCapabilities">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get xlink:href="http://localhost/" xlink:type="simple"/>
				</ows:HTTP>
			</ows:DCP>
			<Parameter xmlns="http://www.opengis.net/ows" name="Format">
				<ows:Value>text/xml</ows:Value>
			</Parameter>
		</ows:Operation>
		<ows:Operation Name="GetSession">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get xlink:href="http://localhost/?" xlink:type="simple"/>
				</ows:HTTP>
			</ows:DCP>
			<Parameter xmlns="http://www.opengis.net/ows" name="Format">
				<ows:Value>text/plain</ows:Value>
				<ows:Value>text/xml</ows:Value>
			</Parameter>
		</ows:Operation>
		<ows:Operation Name="CloseSession">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get xlink:href="http://localhost/?" xlink:type="simple"/>
				</ows:HTTP>
			</ows:DCP>
			<Parameter xmlns="http://www.opengis.net/ows" name="Format">
				<ows:Value>text/xml</ows:Value>
			</Parameter>
		</ows:Operation>
		<ows:Operation Name="DescribeUser">
			<ows:DCP>
				<ows:HTTP>
					<ows:Get xlink:href="http://localhost/?" xlink:type="simple"/>
				</ows:HTTP>
			</ows:DCP>
			<Parameter xmlns="http://www.opengis.net/ows" name="Format">
				<ows:Value>text/xml</ows:Value>
			</Parameter>
		</ows:Operation>
	</ows:OperationsMetadata>
	<was:Capability xmlns:was="http://www.gdi-nrw.org/was">
		<was:SupportedAuthenticationMethodList>
			<authn:SupportedAuthenticationMethod>
				<authn:AuthenticationMethod id="urn:x-gdi-nrw:authnMethod:1.0:password"/>
			</authn:SupportedAuthenticationMethod>
			<authn:SupportedAuthenticationMethod>
				<authn:AuthenticationMethod id="urn:x-gdi-nrw:authnMethod:1.0:session"/>
			</authn:SupportedAuthenticationMethod>
			<authn:SupportedAuthenticationMethod>
				<authn:AuthenticationMethod id="urn:x-gdi-nrw:authnMethod:1.0:osso"/>
			</authn:SupportedAuthenticationMethod>
		</was:SupportedAuthenticationMethodList>
	</was:Capability>
</WAS_Capabilities>