[Qt-interest] What is likely to be in Qt 4.8?
Scott Aron Bloom
Scott.Bloom at onshorecs.com
Tue Feb 22 21:24:41 CET 2011
One of the things that the Qxt guys (+me) talked about was this..
Creating a SOAP class that you would register in QObjects. It would
then generated a WSDL based on the Q_PROPERTYs in the class..
You could also, create SOAP on the fly for an object, as well as parse
SOAP and create the objects
Scott
-----Original Message-----
From: qt-interest-bounces+scott.bloom=onshorecs.com at qt.nokia.com
[mailto:qt-interest-bounces+scott.bloom=onshorecs.com at qt.nokia.com] On
Behalf Of Jason H
Sent: Tuesday, February 22, 2011 12:11 PM
To: Brad Hards; qt-interest at qt.nokia.com
Cc: Thiago Macieira
Subject: Re: [Qt-interest] What is likely to be in Qt 4.8?
Well, more and more services are using SOAP. Client-wise, Qt cannot
currently digest a WSDL file and create a QObject proxy (statically, or
on the fly) and talk to web services. If you want to use web services as
a client, then you have to wade into QDom/QXmlPatterns land and hand
code yourself a solution.
As a server, again you must use QDom/QXmlPatterns on your own. But you
should be able to expose a QObject derived class and have Qt generate
the WSDL file, as well a provide a trivial http server which exposes
those classes (services).
(Possibly also using zero-config)
Then use QObject::connect() to connect the client and server.
The problem with the existing solution is that it does not support SOAP
1.2 (which is the defacto standard) or attachments. It is stuck at 1.1,
client only, and no attachments.
----- Original Message ----
From: Brad Hards <bradh at frogmouth.net>
To: qt-interest at qt.nokia.com
Cc: Thiago Macieira <thiago at kde.org>
Sent: Tue, February 22, 2011 2:57:01 PM
Subject: Re: [Qt-interest] What is likely to be in Qt 4.8?
On Wednesday, February 23, 2011 06:08:52 am Thiago Macieira wrote:
> SOAP is "no way in hell".
What is the concern with this? Is the Solution considered "enough for
those who really want it"?
Brad
_______________________________________________
Qt-interest mailing list
Qt-interest at qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-interest
_______________________________________________
Qt-interest mailing list
Qt-interest at qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list