We are considering developing a web service that will serve as the basis for displaying the / gui browser for a network security prototype written in C ++. My experience with web services is limited to Java. I prefer web services in Java because it is on a "beaten path".
Of course, you just had to encode the Java client that calls the web service and call it the command line with C ++ code parameters.
This is not ideal, since, generally speaking, an API is preferable, but in this case it will work and will be a fairly safe solution.
The resource that handles the development of web services in C ++ is called gSOAP, at this URL: http://gsoap2.sourceforge.net
Any thought that fits better? Has anyone used gSOAP, and if so, what do you think?
source
share