C ++ library for implementing api web services using legacy code?

Does anyone know of any really good C ++ libraries for implementing api services on top of existing legacy code?

I have two parts that need it:

  • Old school client / server api (no, it doesn’t work on the Internet, what a problem)
  • An old cgi application that it integrates with the client and server.

Let me know if in the past you managed to implement something similar using the library.

+3
source share
3 answers

Microsoft API - (WWSAPI), . . , Windows 7 Server 2008, , , .

SDK Microsoft. -, ; , ; , .NET.

, ++\CLI, ++ .NETs webservice. ..NET , , WSDL. ++\CLI .

+2

Apache AXIS/C -. Apache IIS ( , FastCGI), - .

+1

gSOAP , . Axis/C . POCO, , . gSOAP

http://www.cs.fsu.edu/~engelen/soap.html

+1
source

Source: https://habr.com/ru/post/1740210/


All Articles