Hi I want to create a web based client chat application in Qt. I don't want to use Tcp network socket connections. There will be wsdl file for chat application. I will create soapproxy code from wsdl file using gSoap. Then i will integrate that code inside Qt app and soapproxy code will be called from Qt client application. So do you think this idea is possible in Qt? I have integrated proxycode with Qt using gsoap in past. But I am not quite sure that chat application is possible using wsdl webservice in Qt. Any suggestions regarding design architecture most welcome.