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
