Hi,

I try to implement a WPS client to use some processes implemented in Python.

The processes return the processing status, expressed as an URL, in the
response.

My implementation :

    URL url = createRequestUrl(wpsAddress, processName);

    ProcessDescriptionType pdt = getProcessDescription(url, processName);



    pdt.setStatusSupported(true);

    pdt.setStoreSupported(true);

    WPSFactory wpsfactory = new WPSFactory(pdt, url);

    Process process = wpsfactory.create();



    Map<String, Object> results = process.execute(serviceParameter, null);


I expect that the result including the 'Status-URL' is in the results-map,
but unfortunately the result is always empty.

What do I wrong?

Best regards,
Andreas
------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to