vivek
vivek

Reputation: 23

How to get the response from webservice

Without using QSoap, how can I call a webservice using Http and store the response in a string? If possible, please provide code.

Upvotes: 1

Views: 174

Answers (1)

Shinnok
Shinnok

Reputation: 6399

Check QNetworkAccessManager.

Should help you accomplish what it seems you want to do.

If that's not what you want, being more specific about your issue helps. :-)

Upvotes: 1

Related Questions