I think that any RPC/JSON(JavaScript)/SOAP(XML)/Python/QtDataStream etc 
serialization work should be done as an independent or reusuable work. I can 
see converting to/from a QObject to any format as useful beyond web services. 
If you are going to support XML and JSON, then might as well eave room for 
other formats as well...



________________________________
From: Prashanth Udupa <[email protected]>
To: Tomasz Siekierda <[email protected]>
Cc: Qt5-feedback <[email protected]>; qt next <[email protected]>; Robin 
Burchell <[email protected]>; Konstantin Tokarev <[email protected]>; Jason H 
<[email protected]>; Peter Hartmann <[email protected]>
Sent: Wednesday, August 17, 2011 8:29 AM
Subject: Re: [Qt5-feedback] Web service functionality in Qt5


Hi Tomasz,
 
 @Prashanth - very interesting project, seems powerful. But - we are
>talking about web service functionality, which means that apps written
>not only in Qt (but indeed, any other language/ framework) would need
>to contact it flawlessly (which in turn means communication using
>established protocols, like SOAP). Is that possible in GCF? I'm not
>saying no, though - I'll need to read a bit more about it.
>

Yes. We can support multiple message formats in GCF. Currently we have a custom 
XML message format. We will be supporting JSON soon. It would not be impossible 
to support SOAP. 

So, in theory - we should be able to mix web-services written using GCF/Qt with 
other web-services by using SOAP and/or JSON.

Best Regards,
Prashanth
_______________________________________________
Qt5-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

Reply via email to