<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="leows" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="leows">
	<types>
		<xsd:schema targetNamespace="leows">
			<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
			<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
		</xsd:schema>
	</types>
	<message name="manageRequest">
		<part name="transactionData" type="xsd:string"/>
	</message>
	<message name="manageResponse">
		<part name="return" type="xsd:boolean"/>
	</message>
	<message name="manageUserRequest">
		<part name="transactionData" type="xsd:string"/>
	</message>
	<message name="manageUserResponse">
		<part name="return" type="xsd:boolean"/>
	</message>
	<message name="manageCourseRequest">
		<part name="transactionData" type="xsd:string"/>
	</message>
	<message name="manageCourseResponse">
		<part name="return" type="xsd:boolean"/>
	</message>
	<portType name="leowsPortType">
		<operation name="manage">
			<documentation>Management of schools and courses</documentation>
			<input message="tns:manageRequest"/>
			<output message="tns:manageResponse"/>
		</operation>
		<operation name="manageUser">
			<documentation>Management of users</documentation>
			<input message="tns:manageUserRequest"/>
			<output message="tns:manageUserResponse"/>
		</operation>
		<operation name="manageCourse">
			<documentation>Management of course</documentation>
			<input message="tns:manageCourseRequest"/>
			<output message="tns:manageCourseResponse"/>
		</operation>
	</portType>
	<binding name="leowsBinding" type="tns:leowsPortType">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="manage">
			<soap:operation soapAction="leows#manage" style="rpc"/>
			<input>
				<soap:body use="encoded" namespace="leows" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</input>
			<output>
				<soap:body use="encoded" namespace="leows" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</output>
		</operation>
		<operation name="manageUser">
			<soap:operation soapAction="leows#manage" style="rpc"/>
			<input>
				<soap:body use="encoded" namespace="leows" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</input>
			<output>
				<soap:body use="encoded" namespace="leows" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</output>
		</operation>
		<operation name="manageCourse">
			<soap:operation soapAction="leows#manage" style="rpc"/>
			<input>
				<soap:body use="encoded" namespace="leows" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</input>
			<output>
				<soap:body use="encoded" namespace="leows" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</output>
		</operation>
	</binding>
	<service name="leows">
		<port name="leowsPort" binding="tns:leowsBinding">
			<soap:address location="http://demo.ydp.com.pl/harcourtproactive/ctrl/proactive/leows/leows"/>
		</port>
	</service>
</definitions>
