|
We like to use the virtual service feature for WPS and publish specific processes in a dedicated workspace. This basically works, but there are issues with the links in the GetCapabilities. Reproduce:
1. Workspaces
> it.geosolutions
> WPS enable (-> Disable some processes) 2. http://localhost:8080/geoserver/it.geosolutions/ows?service=wps&version=1.0.0&request=GetCapabilities -> Works, however:
a) The href links within <ows:OperationsMetadata> are pointing to the global workspace b) The href links within <ows:OperationsMetadata> use the "wps" endpoint, which is not working (http://localhost:8080/geoserver/it.geosolutions/wps?service=wps&version=1.0.0&request=GetCapabilities -> returns 404)
|