[Geoserver-users] How to send WPS request to geoserver

Dear all,
I build the wps in geoserver. I test it in the "Demo requests" and it works
correctly.
I want to use that wps in my web application.
in my application when the user click on the button the process should be
done and the result (raster) has been shown to the user.
how I can do this??
how I can send wps request to server from client.
I use javascript and openlayers 3 in my client.

Thanks for the help.
Regards,
Yousef

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-send-WPS-request-to-geoserver-tp5328705.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

You need to make an ajax call to post an xml request to the WPS, you can use any javascript framework to make this easier.

Ian

···

On 22 Jul 2017 01:17, “yousefkanani via Geoserver-users” <geoserver-users@lists.sourceforge.net> wrote:

Dear all,
I build the wps in geoserver. I test it in the “Demo requests” and it works
correctly.
I want to use that wps in my web application.
in my application when the user click on the button the process should be
done and the result (raster) has been shown to the user.
how I can do this??
how I can send wps request to server from client.
I use javascript and openlayers 3 in my client.

Thanks for the help.
Regards,
Yousef


View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-send-WPS-request-to-geoserver-tp5328705.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Check out the vibrant tech community on one of the world’s most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:

Geoserver-users@anonymised.com.382…sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Dear Ian
thanks for your comment.
I cant find the example for ajax call to post an xml request to the WPS.
may you please help me by providing a ajax call to post requset to wps.

Regards,
Yousef

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-send-WPS-request-to-geoserver-tp5328705p5328826.html
Sent from the GeoServer - User mailing list archive at Nabble.com.