<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
				xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
				xmlns:xs="http://www.w3.org/2001/XMLSchema" 
				xmlns:mediatorService="http://startrek.csd.auth.gr/SWIM/wsDistClassify.wsdl" 
				xmlns:gs="http://startrek.csd.auth.gr/SWIM/mediatorService.xsd" 
				targetNamespace="http://startrek.csd.auth.gr/SWIM/wsDistClassify.wsdl" 
				name="wsDistClassify">
	<import namespace="http://startrek.csd.auth.gr/SWIM/mediatorService" 
				location="http://startrek.csd.auth.gr/SWIM/mediatorService.xsd"/>
	<message name="MediatorServiceInput">
		<part name="input" element="gs:inputElement"/>
		<part name="auxiliary" element="gs:auxiliaryElement"/>
	</message>
	<message name="MediatorServiceOutput">
		<part name="output" element="gs:outputElement"/>
	</message>
	<portType name="MediatorServicePortType">
		<operation name="MediatorService">
			<input message="mediatorService:MediatorServiceInput"/>
			<output message="mediatorService:MediatorServiceOutput"/>
		</operation>
	</portType>
	<binding name="MediatorServiceSoapBinding" type="mediatorService:MediatorServicePortType">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="MediatorService">
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="wsDistClassify">
		<port name="MediatorServicePort" binding="mediatorService:MediatorServiceSoapBinding">
			<soap:address location="http://startrek.csd.auth.gr/SWIM/wsDistClassify"/>
		</port>
	</service>
</definitions>
