I am writing in the hopes that there is somebody here that might know/use a GIS server solution, that has WPS functionality which would allow me to use data from a WFS 2.0.0 GIS service, which serves GML 3.2 data.
An example of service I am trying to use is this INSPIRE download service:
From what I read, WPS services can't process data from a WFS directly, and first needs to read the geometries in memory, to be then able to geoprocess.
I have tried several tools from the Geoserver 2.7, using the demo WPS interface to create processing requests however there seems to be no support for WFS 2.0 and GML 3.2 geometries. I have tried using the process vec:CollectGeometries but it only supports WFS 1.1 or WFS 1.0 and not the WFS 2.0 standard.
Does anyone have a way of working with the service above?