<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://www.opengis.net/cat/csw/2.0.2/wsdl" xmlns:csw-http="http://www.opengis.net/cat/csw/2.0.2/http" xmlns:csw-http-kvp="http://www.opengis.net/cat/csw/2.0.2/http/kvp" xmlns:csw-soap="http://www.opengis.net/cat/csw/2.0.2/soap" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">

	 <wsdl:documentation xmlns:dc="http://purl.org/dc/elements/1.1/">

		  <dc:date>
2004-06-07  </dc:date>

		  <dc:description>

         This WSDL document defines the service-specific properties
         of a MyService CSW implementation; it specifies available
         endpoints and alternative bindings.
        </dc:description>

	 </wsdl:documentation>

	 <wsdl:import location="./soap-binding.wsdl" namespace="http://www.opengis.net/cat/csw/2.0.2/soap"/>

	 <wsdl:import location="./http-binding.wsdl" namespace="http://www.opengis.net/cat/csw/2.0.2/http"/>

	 <wsdl:import location="./kvp-binding.wsdl" namespace="http://www.opengis.net/cat/csw/2.0.2/http/kvp"/>

	 <wsdl:service name="CSW">

		  <wsdl:documentation>

         A CSW implementation. Includes alternative SOAP bindings
         for the CSW interfaces.
        </wsdl:documentation>

		  <wsdl:port binding="csw-soap:csw-SOAP" name="csw-SOAP-Port">

			   <soap:address location="http://navigator.eumetsat.int/soapServices/services/CSWDiscovery"/>

		  </wsdl:port>

		  <wsdl:port binding="csw-http:csw-POST" name="csw-POST-Port">

			   <http:address location="http://navigator.eumetsat.int:8081/soapServices/CSWStartup"/>

		  </wsdl:port>

		  <wsdl:port binding="csw-http-kvp:csw-GET" name="csw-GET-Port">

			   <http:address location="http://navigator.eumetsat.int:8081/soapServices/CSWStartup"/>

		  </wsdl:port>

	 </wsdl:service>

</wsdl:definitions>
