[Qt-interest] Using web services with Qt
Andreas Unger
andi.unger05 at gmail.com
Mon Mar 8 06:28:07 CET 2010
Hello,
I'd like to access a database over HTTP from a Qt application. I also want
to download images from a server which decides what images I should download
depending on the posted parameters. Right now, I have two python cgi scripts
on my server. Whenever I make a POST request to server using
QNetworkAccessManager, I get back xml files in the network reply which I
then parse.
Is there a better approach for doing this? Is there any advantage of
choosing REST over SOAP (or vice versa) for this kind of application and are
there any third party libraries that could be useful for my client
application or is QNetworkAccessManager enough? Any REST or SOAP framework
(server side) recommendations for this type of application?
Cheers,
Andreas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100308/c026b36b/attachment.html
More information about the Qt-interest-old
mailing list