[GRASS-dev] SOAP/WSDL and GRASS

Hello everybody. I’m new to GRASS and I have a question for you. I have to implement a C++ module to interact with GRASS. If possible I need that GRASS was on a remote machine and I have to connect to it and for example,for receiving a map, interacting with map, making a calculation etc etc…! Is there a Way to do this with WSDL/SOAP? If not…is there a way to construct a C++ application that wraps GRASS and use some of its functions?
Thank you very much.
Davide

On 01/04/11 09:40, Davide Perrone wrote:

Hello everybody. I'm new to GRASS and I have a question for you. I have
to implement a C++ module to interact with GRASS. If possible I need
that GRASS was on a remote machine and I have to connect to it and for
example,for receiving a map, interacting with map, making a calculation
etc etc...! Is there a Way to do this with WSDL/SOAP? If not....is there
a way to construct a C++ application that wraps GRASS and use some of
its functions?

Maybe you could use WPS ? Check out http://grass.osgeo.org/wiki/WPS.

Moritz