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
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