Vordok
Vordok

Reputation: 330

webservices in qt

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

Answers (2)

Lars
Lars

Reputation: 1466

As 3rd party libraries, i would suggest:

  1. GSoap IMHO must suggested library for c++ and webservice. But no native Qt support
  2. KD SOAP as Qt native support.

Upvotes: 0

Abdul Hfuda
Abdul Hfuda

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

Related Questions