<div dir="ltr">Mariano, <div>yes, the target XML shoule be updated (and always was) ... to debug assync mode, it was always little bit tricky. First step is to make sure, your process is really running in sync mode - is that your case or are you facing some logs in error.log?</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">út 5. 1. 2016 v 15:56 odesílatel Mariano Kaimakamian <<a href="mailto:marianokaimakamian@suremptec.com.ar">marianokaimakamian@suremptec.com.ar</a>> napsal:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Thanks Luis for your reply!<br></div>That's correct, the process is being executed in assynchronous mode, and the xml that I was talking about is the one which is accessed by the url <a href="http://myDomain/wps/outputs/pywps-145199989796.xml" rel="noreferrer" target="_blank">http://myDomain/wps/outputs/pywps-145199989796.xml</a> (in this case, of course).<br></div><div>I was expecting to get -eventually- the xml updated with the output and to get the state updated... but the xml remains the same.<br><br></div><div>Maybe I'm misunderstanding how owslib and pywps work together, and the xml only change if I do another thing (which clearly, I'm not doing)  :/<br><br></div><div>Regards and thanks again!<br></div><div>Mariano<br></div></div><div class="gmail_extra"></div><div class="gmail_extra"><br><div class="gmail_quote">2016-01-05 11:08 GMT-03:00 Luís de Sousa <span dir="ltr"><<a href="mailto:luis.a.de.sousa@gmail.com" target="_blank">luis.a.de.sousa@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mariano,<br>
<br>
The process is being executed in assynchronous mode. To access the<br>
results you must visit the statusLocation URL, in this case:<br>
<br>
<a href="http://myDomain/wps/outputs/pywps-145199989796.xml" rel="noreferrer" target="_blank">http://myDomain/wps/outputs/pywps-145199989796.xml</a><br>
<br>
Regards,<br>
<br>
Luís<br>
<br>
On 5 January 2016 at 14:41, Mariano Kaimakamian<br>
<div><div><<a href="mailto:marianokaimakamian@suremptec.com.ar" target="_blank">marianokaimakamian@suremptec.com.ar</a>> wrote:<br>
> Hello guys:<br>
> My name is Mariano and bothering you because I need some guidance; I did a<br>
> research but I didn't find any solution.<br>
> I'm using pyWPS 3.2.1 (on Ubuntu 12.04.5 LTS) together with Owslib 0.8.9 as<br>
> a client, and I'm experiencing some issues when I try to get the response's<br>
> xml after pyWPS executes a process; I'm not pretty sure if the problem is<br>
> Owslib related but if someone knows something about it, please, let me know.<br>
><br>
> The process works as it is expected and I can get the output's object that<br>
> pyWPS returns (WPSExecution, an owslib's object) if I send the request<br>
> omitting the output parameter; however, when I explicitly include that<br>
> parameter to get xml generated, the xml is created but without the output.<br>
><br>
> Take a look, please:<br>
><br>
> # Setting service and some values<br>
> wps = WebProcessingService('<a href="http://myDomain/wps" rel="noreferrer" target="_blank">http://myDomain/wps</a>', verbose=True)<br>
> input_parameters = [<br>
>     ("exe_uuid_input", "uuid"), ("pla_uuid_input", "uuid2"),<br>
>     ("literal_input", "foobar"), ("sleep", "2"),<br>
>     ("sender_address_input", "<a href="mailto:info@somewhere.com.ar" target="_blank">info@somewhere.com.ar</a>"),<br>
>     ("sender_psw_input", "Some input"),<br>
>     ("mail_to_input", "<a href="mailto:info@somewhere.com.ar" target="_blank">info@somewhere.com.ar</a>")<br>
> ]<br>
><br>
> # Execution...<br>
> # Accordingly to owslib documentation, "output" is optional identifier which<br>
> makes owslib to return the process output as a hyperlink reference... that<br>
> means that an xml is generated.<br>
><br>
> execution = wps.execute(<br>
><br>
> "proceso_test_2015122_version_test_2015122_4f5a18d2-dfee-4167-a427-ab2e5d7d0bea",<br>
>     input_parameters,<br>
><br>
> output="proceso_test_2015122_version_test_2015122_4f5a18d2-dfee-4167-a427-ab2e5d7d0bea"<br>
> )<br>
><br>
> Here is the xml created:<br>
><br>
> <?xml version="1.0" encoding="utf-8"?><br>
> <wps:ExecuteResponse xmlns:wps="<a href="http://www.opengis.net/wps/1.0.0" rel="noreferrer" target="_blank">http://www.opengis.net/wps/1.0.0</a>"<br>
> xmlns:ows="<a href="http://www.opengis.net/ows/1.1" rel="noreferrer" target="_blank">http://www.opengis.net/ows/1.1</a>"<br>
> xmlns:xlink="<a href="http://www.w3.org/1999/xlink" rel="noreferrer" target="_blank">http://www.w3.org/1999/xlink</a>"<br>
> xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" rel="noreferrer" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>"<br>
> xsi:schemaLocation="<a href="http://www.opengis.net/wps/1.0.0" rel="noreferrer" target="_blank">http://www.opengis.net/wps/1.0.0</a><br>
> <a href="http://schemas.opengis.net/wps/1.0.0/wpsExecute_response.xsd" rel="noreferrer" target="_blank">http://schemas.opengis.net/wps/1.0.0/wpsExecute_response.xsd</a>" service="WPS"<br>
> version="1.0.0" xml:lang="en-CA"<br>
> serviceInstance="?service=WPS&amp;request=GetCapabilities&amp;version=1.0.0"<br>
> statusLocation="<a href="http://myDomain/wps/outputs/pywps-145199989796.xml" rel="noreferrer" target="_blank">http://myDomain/wps/outputs/pywps-145199989796.xml</a>"><br>
>     <wps:Process wps:processVersion="Version Test 20151221122542.106532"><br>
><br>
> <ows:Identifier>proceso_test_2015122_version_test_2015122_4f5a18d2-dfee-4167-a427-ab2e5d7d0bea</ows:Identifier><br>
>         <ows:Title>Process: dddee3ad-ebf5-42f0-96b9-48011067ef9f - Version:<br>
> Version Test 20151221122542.106532</ows:Title><br>
>         <ows:Abstract><![CDATA[<br>
> User: 1<br>
> Process: dddee3ad-ebf5-42f0-96b9-48011067ef9f<br>
> Version: Prueba de eventos y planner]]></ows:Abstract><br>
>     </wps:Process><br>
>     <wps:Status creationTime="2016-01-05T10:18:17Z"><br>
>         <wps:ProcessAccepted>Process<br>
> proceso_test_2015122_version_test_2015122_4f5a18d2-dfee-4167-a427-ab2e5d7d0bea<br>
> accepted</wps:ProcessAccepted><br>
>     </wps:Status><br>
> </wps:ExecuteResponse><br>
><br>
> As you can see, there is no output and the status is ProcessAccepted, when<br>
> the owslib's object -if I omit the output parameters- confirms the success<br>
> of the operation.<br>
><br>
> That's all guys.<br>
> Thanks in advance for your time and for any comment; let me know if you need<br>
> more information.<br>
><br>
> Reagrds,<br>
> Mariano<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> pywps-dev mailing list<br>
> <a href="mailto:pywps-dev@lists.osgeo.org" target="_blank">pywps-dev@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/pywps-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/pywps-dev</a><br>
</blockquote></div><br><br clear="all"><br></div><div class="gmail_extra">-- <br><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr" style="font-size:12.8000001907349px"><b>Mariano Kaimakamian Carrau</b></div><div dir="ltr" style="font-size:12.8000001907349px"><font color="#000000">SUR emprendimientos tecnológicos</font></div><div dir="ltr"><font color="#000000" style="font-size:12.8000001907349px"><br></font><span style="font-size:12.8000001907349px">Av. Rivadavia 611 Piso 11º  (C1002AAE)</span><br><span style="font-size:12.8000001907349px">Ciudad de Buenos Aires, Argentina</span><br><span style="font-size:12.8000001907349px">Tel. +54 (11) 4342-2976/84</span><br><a href="mailto:marianokaimakamian@suremptec.com.ar" target="_blank">marianokaimakamian@suremptec.com.ar</a><br><a href="http://www.suremptec.com/" style="font-size:12.8000001907349px;color:rgb(17,85,204)" target="_blank">www.suremptec.com</a></div></div></div></div></div>
</div>
_______________________________________________<br>
pywps-dev mailing list<br>
<a href="mailto:pywps-dev@lists.osgeo.org" target="_blank">pywps-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pywps-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/pywps-dev</a></blockquote></div>