How to make server using gSOAP?
-
@L.Gogs said in How to make server using gSOAP?:
ServerService *server;
server->serve();I know you say you know you have to new it so
even its 100% sure it crashes
at server->serve();But what is then the question ?
-
@sierdzio Firs of all thank you for your advise but I want to use only gSOAP, Also I agree with you that this has nothing to do with Qt, although I want to write this program in Qt but I can not write even in native c++ yet.
-
This has nothing to do with Qt. You're more likely to get help on some forum or mailing list of gSOAP users.
You may get a bit more luck here with KD Soap.
When it comes to the technology in general, I'd strongly recommend (if possible) to switch to JSON. Much simpler, much easier.
-
@sierdzio said in How to make server using gSOAP?:
When it comes to the technology in general, I'd strongly recommend (if possible) to switch to JSON. Much simpler, much easier.
Can you write examples how to do Json server?
-
@Taz742 I still don't understand: if you need a web server install one? How is it related to JSON + Qt? What exactly is the question?
-
@jsulm said in How to make server using gSOAP?:
How is it related to JSON + Qt?
Yes, I'm interested in it.
@Taz742 Start here http://doc.qt.io/qt-5/json.html
-
@Taz742 Start here http://doc.qt.io/qt-5/json.html