<wsdl:definitions name="KlicGebiedsinformatie"
	targetNamespace="http://www.kadaster.nl/kliconline/berichtdefinities/2007/08/14"
	xmlns:tns="http://www.kadaster.nl/klic/berichtdefinities/2007/08/14"
	xmlns:types="http://www.kadaster.nl/klic/berichtdefinities/2007/08/14"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">

	<wsdl:types>
		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" >
			<xsd:simpleType name="ReferentieType">
				<xsd:restriction base="xsd:string">
					<xsd:minLength value="1"/>
					<xsd:maxLength value="10"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:schema>
		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xsd:import
				namespace="http://www.kadaster.nl/kliconline/berichtdefinities/2007/08/14"
				schemaLocation="OntvangstbevestigingGraafbericht.xsd" />
		</xsd:schema>		
	</wsdl:types>

	<wsdl:message name="KlicGebiedsinformatieIn">
		<wsdl:part name="Referentie" type="types:ReferentieType"/>
	</wsdl:message>

	<wsdl:message name="KlicGebiedsinformatieUit">
		<wsdl:part name="body" element="types:Gebiedsinformatie" />
	</wsdl:message>
	
	<wsdl:portType name="KlicGebiedsinformatiePortType">
		<wsdl:operation name="ZendKlicGebiedsinformatie">
			<wsdl:input message="tns:KlicGebiedsinformatieIn" />
			<wsdl:output message="tns:KlicGebiedsinformatieUit" />
		</wsdl:operation>
	</wsdl:portType>

	<wsdl:binding name="KlicGebiedsinformatieBinding"
		type="tns:KlicGebiedsinformatiePortType">
		<soap:binding style="document"
			transport="http://schemas.xmlsoap.org/soap/http" />
		<wsdl:operation name="ZendKlicGebiedsinformatie">
			<soap:operation
				soapAction="http://klic.netbeheerder.nl/services/ZendKlicGebiedsinformatie" />
			<wsdl:input>
				<soap:body use="literal" />
			</wsdl:input>
		</wsdl:operation>
	</wsdl:binding>

	<wsdl:service name="KlicGebiedsinformatieService">
		<wsdl:port name="KlicGebiedsinformatiePort"
			binding="tns:KlicGebiedsinformatieBinding">
			<soap:address
				location="http://klic.netbeheerder.nl/services" />
		</wsdl:port>
	</wsdl:service>

</wsdl:definitions>

