PDA

View Full Version : Dissapointment with myself and QtSoap



TorAn
27th August 2010, 16:33
:mad:Qt is a great product. It even allows for substition of the Qt solution that never work "out-of-the-box", and I mean QtSoap. I had to quickly hack together the substitute for QtSoap in order to connect to .NET webservice. It took very little (productive) time to do, but much, much, much more time was spent trying to make QtSoap to work.

I am dissapointed at myself for not terminating waste of time with QtSoap and switching to Qt networking classes sooner. But I am still wondering if anyone had an "out-of-the-box" success with QtSoap and .NET webservices? I just can't believe that it is QtSoap problem, after all it was developed by Qt team...

wysota
29th August 2010, 20:12
QtSoap is not feature complete and as far as I remember it is clearly said so in its docs. I remember having to add a couple of lines of code to it to make it work with the webservices I needed (Java based).