Re: [Geotools-gt2-users] WPS process with progress information

2014-09-30 Thread Jody Garnett
The WPS client is not supported (or even complete). If you have time/funding you can look at where we got stuck - parsing complex attributes. GeoServer has some code for parsing/encoding attributes but we do not have a similar idea in GeoTools. -- Jody Jody Garnett On Mon, Sep 29, 2014 at 6:26 AM

[Geotools-gt2-users] WPS process with progress information

2014-09-29 Thread Andreas Bergmann
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