<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="Notification" targetNamespace="http://bpel.lmcu.fr/Notification/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://bpel.lmcu.fr/Notification/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://bpel.lmcu.fr/tests/Validation" xmlns:p="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" xmlns:vp="http://sample.bpel.org/bpel/sample" xmlns:p1="http://schemas.xmlsoap.org/wsdl/http/">
<wsdl:types>
	<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:import namespace="http://bpel.lmcu.fr/tests/Validation"
			schemaLocation="Notification.xsd">
		</xsd:import>
</xsd:schema>
        <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://bpel.lmcu.fr/Notification/"><xsd:import schemaLocation="Notification.xsd" namespace="http://bpel.lmcu.fr/tests/Validation"></xsd:import>
        	<xsd:element name="NotifiedRequest"
        		type="xsd1:RequeteType">
        	</xsd:element></xsd:schema>
    </wsdl:types>
<wsdl:message name="transmitRequest">
	<wsdl:part name="requete" element="tns:NotifiedRequest"></wsdl:part>
</wsdl:message>
<wsdl:message name="transmitResponse">
<wsdl:part name="reponse" type="xsd:string"/>
</wsdl:message>
    <wsdl:message name="accessResponse">
    	<wsdl:part name="accessResponse" type="xsd:string"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="input">
    	<wsdl:part name="NewPart" type="xsd:string"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="acceptRequest">
    	<wsdl:part name="NotifierRequest" type="xsd:string"></wsdl:part>
    </wsdl:message>
    <wsdl:message name="acceptResponse">
    </wsdl:message>
    <wsdl:portType name="NotifiedPT">
<wsdl:operation name="transmit">
<wsdl:input message="tns:transmitRequest"/>
</wsdl:operation>
</wsdl:portType>
    <!-- portType implemented by the requester of ValidationProcess BPEL process 
         for asynchronous callback purposes
         -->

    <wsdl:portType name="NotifierPT">
    	<wsdl:operation name="accept">
    		<wsdl:input message="tns:acceptRequest"></wsdl:input>
    	</wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="NotifiedSOAP" type="tns:NotifiedPT">
    	<soap:binding style="document"
    		transport="http://schemas.xmlsoap.org/soap/http" />
    	<wsdl:operation name="transmit">
    		<soap:operation
    			soapAction="http://bpel.lmcu.fr/Notification/transmit" />
    		<wsdl:input>
    			<soap:body use="literal" />
    		</wsdl:input>
    	</wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="NotifiedWS">
    	<wsdl:port binding="tns:NotifiedSOAP" name="NotificationPort">
    		<soap:address
    			location="http://arrigo-dev/Notified/notified.php" />
    	</wsdl:port>
    </wsdl:service>
</wsdl:definitions>
