PDA

View Full Version : Chat application using web services



user_mail07
3rd April 2011, 03:51
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.

user_mail07
4th April 2011, 19:47
I found this is possible using web services in dot net by creating asmx on webserver.

JohannesMunk
4th April 2011, 19:52
I have no idea, but everything is possible!

Maybe somebody will answer seriously, if you ask a much more specific question showing that you tried something to solve the riddle yourself.

Good luck!

Joh