Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
Using Web Services and WCF Services in QT
-
I have web service or wcf service which query from our database and I want to entagrat to the project and use web services's or wcf services's quering functions (ex:give paramters and take some result values).
Thanks
-
Hi and welcome to devnet,
If you are talking about querying a web service then have a look at QNetworkAccessManager. If not then, please provide more information
-
Hi thanks,
Yes I'm talking about querying web service but I want to call from QML/QT applications .
-
Then have a look at the Same game tutorial, the Storing High Score online part