Hi Oliver! tahnks for your help but I still haven't make it work. I can't find how to declare the input features.
http://localhost:8080/geoserver/UTM/ows?Request=Execute&service=WPS&version=1.0.0&Identifier=gs:Bounds&Typename= "UTM:CSR" When I execute the bounds process, I get this xml: <wps:ExecuteResponse xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ows=" http://www.opengis.net/ows/1.1" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en" service="WPS" serviceInstance="http://localhost:8080/geoserver/UTM/ows?" version="1.0.0"> <wps:Process wps:processVersion="1.0.0"> <ows:Identifier>gs:Bounds</ows:Identifier> <ows:Title>Bounds</ows:Title> <ows:Abstract>Computes the bounding box of the input features. </ows:Abstract> </wps:Process> <wps:Status creationTime="2020-05-28T07:37:33.009Z"> <wps:ProcessFailed> <ows:ExceptionReport version="1.1.0"> <ows:Exception exceptionCode="NoApplicableCode"> <ows:ExceptionText>Process failed during execution Parameter features is missing but has min multiplicity > 0</ows:ExceptionText> </ows:Exception> </ows:ExceptionReport> </wps:ProcessFailed> </wps:Status> </wps:ExecuteResponse> I guess it's something with the declaration of the layer but I have tried it in many different way and still can't find it. Any idea? thanks! El mié., 27 may. 2020 a las 17:24, Olyster (<[email protected]>) escribió: > Hi, > > you have to post the XML to the geoserver's wps endpoint > (http://server:8080/geoserver/wps) > > In the WPS query builder, choose REFERENCE and type your WFS. > > Have alook at the WFS documentation to find the parameters you need. > > Almost there ! Good luck ! > > > > > > -- > Sent from: > http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html > > > _______________________________________________ > Geoserver-users mailing list > > Please make sure you read the following two resources before posting to > this list: > - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users >
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
