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, Andreas Bergmann <bergmann...@gmail.com>
wrote:

> 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
>
>
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&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