<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
				xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
				xmlns:xs="http://www.w3.org/2001/XMLSchema" 
				xmlns:webService="http://startrek.csd.auth.gr/SWIM/wsClassify.wsdl" 
				xmlns:ls="http://startrek.csd.auth.gr/SWIM/webService.xsd" 
				targetNamespace="http://startrek.csd.auth.gr/SWIM/wsClassify.wsdl" 
				name="wsClassify">
	<import namespace="http://startrek.csd.auth.gr/SWIM/webService" 
				location="http://startrek.csd.auth.gr/SWIM/webService.xsd"/>
	<message name="WebServiceInput">
		<part name="input" element="ls:inputElement"/>
	</message>
	<message name="WebServiceOutput">
		<part name="output" element="ls:outputElement"/>
	</message>
	<portType name="WebServicePortType">
		<operation name="WebService">
			<input message="webService:WebServiceInput"/>
			<output message="webService:WebServiceOutput"/>
		</operation>
	</portType>
	<binding name="WebServiceSoapBinding" type="webService:WebServicePortType">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="WebService">
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="wsClassify">
		<port name="WebServicePort" binding="webService:WebServiceSoapBinding">
			<soap:address location="http://startrek.csd.auth.gr/SWIM/wsClassify"/>
		</port>
	</service>
</definitions>
