<?xml version="1.0" encoding="UTF-8"?>
<wps:ExecuteResponse xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 ../wpsExecute_response.xsd" service="WPS" version="1.0.0" xml:lang="fr-FR" serviceInstance="https://wps.geosas.fr/simfenV2?request=GetCapabilities&amp;amp;service=WPS" statusLocation="http://wps.geosas.fr/wps/simfen-outputs/6dacbdf6-2ea1-11f1-a2ea-b02628c5a16e.xml">
    <wps:Process wps:processVersion="1.0">
        <ows:Identifier>xyOnNetwork</ows:Identifier>
        <ows:Title>Place simulated outlet on hydraulic network</ows:Title>
        <ows:Abstract>Place XY on nearest network and return the watershed simulated</ows:Abstract>
	</wps:Process>
    <wps:Status creationTime="2026-04-02T16:37:09Z">
        <wps:ProcessFailed>
            <wps:ExceptionReport>
                    <ows:Exception exceptionCode="NoApplicableCode" locator="None">
                            <ows:ExceptionText>Process failed, please check server error log</ows:ExceptionText>
                    </ows:Exception>
            </wps:ExceptionReport>
        </wps:ProcessFailed>
	</wps:Status>
	<wps:DataInputs>
		<wps:Input>
            <ows:Identifier>X</ows:Identifier>
            <ows:Title>X coordinate (Lambert 93) of simulated outlet</ows:Title>
            <ows:Abstract></ows:Abstract>
			<wps:Data>
                <wps:LiteralData >228600.93595744384</wps:LiteralData>
			</wps:Data>
		</wps:Input>
		<wps:Input>
            <ows:Identifier>Y</ows:Identifier>
            <ows:Title>Y coordinate (Lambert 93) of simulated outlet</ows:Title>
            <ows:Abstract></ows:Abstract>
			<wps:Data>
                <wps:LiteralData >6874247.573753115</wps:LiteralData>
			</wps:Data>
		</wps:Input>
	</wps:DataInputs>
	<wps:OutputDefinitions>
        <wps:Output>
            <ows:Identifier>XY</ows:Identifier>
            <ows:Title>X,Y coordinate placed on hydraulic network</ows:Title>
            <ows:Abstract></ows:Abstract>
		</wps:Output>
        <wps:Output mimeType="application/gml+xml" encoding="" schema="" asReference="False">
            <ows:Identifier>TargetWatershed</ows:Identifier>
            <ows:Title>Target watershed contour</ows:Title>
            <ows:Abstract></ows:Abstract>
		</wps:Output>
	</wps:OutputDefinitions>
</wps:ExecuteResponse>