I was getting the exactly same error message. Here how I resolved it.
I was using asp.net developement server i.e. I have started the service in debug mode,so it was launched at port 1408 not the web port 80.
So I used
QtSoapHttpTransport::setHost(const QString &host, QHttp::ConnectionMode mode, int port)
& gave 1408 as port.




Reply With Quote
Bookmarks