SOAP with C/C++ & PHP
For my work, I need to create a client/server interface. The client must be programmed with C/C++ and the server with PHP.
After a quick look on the web, I found two projects of a SOAP C++ library which match with my requirement :
- Easysoap - http://easysoap.sourceforge.net/
- Axis - http://ws.apache.org/axis/index.html
- Gsoap - http://www.cs.fsu.edu/~engelen/soap.html
