Reputation: 330
I was reading of this and I find a lot of suggetions, use qtsoap, gsoap or QNetworkAccessManager but I can find a good example to do this. Where can I found one example where is explained how to call a web service inside QT, I need this done for today and I don't have much idea on this.
Thanks in advance.
Upvotes: 1
Views: 622
Reputation: 1466
As 3rd party libraries, i would suggest:
Upvotes: 0
Reputation: 1503
The pessimism: QT itself doesnt offer you much, source: here and here
The hope: 3rd party solutions can help you, like gsoap
Upvotes: 1