I have read about gSOAP. I would like to use gSOAP in my Qt project. Base on FortuneServer example I have created server application that for any connected client is creating separated thread and keeping connection (and thread) alive until client get disconnected.
In gSOAP documentation I found how to Generate C++ Server Object Classes files.
Question: Is it enough if I will create gSOAP (*.h and *.cpp) files from header file that is containing all public server methods and attach generated files into my server and client application?
Bookmarks