WebService
-
Hi,
I need to create a webservice I was wondering if Qt have something to do it. I read the documentation about the webkit but I found nothing related to the webService.
If Qt have a class that I can use to create a webService can I have an example too ?
Regards
-
A video presentation by Peter Hartmann about Qt Networking - Web services is available "here":http://developer.qt.nokia.com/videos/watch/qt-networking-web-services.
-
Video is working for me, also the slides from the presentation are available at the same page as the video.
Here are some other links that might be help full:
"gSoap":http://developer.qt.nokia.com/forums/viewthread/4784
"more gSoap":http://developer.qt.nokia.com/forums/viewthread/1553/
-
Hi
OK I watched the video from Nokia, and look some example in the Qt Creator. I still have one question in my mind.
So if I get it right to create a kind of webservice we need to do like the example fortuneServer in Qt Creator ?
Can we create a Restfull service or SOAP service (but server side not a client) with Qt and if it's the case can I have some link please.
I'm new with Qt and I always worked with Visual Studio so it's quite different haha
Regards