We implemented a small application that uses the SOAP interface from Mantis Bugtracker (http://mantisbt.sf.net/). Mantis is installed on an SSL webserver that requires HTTP authentication.
It works perfectly in Windows XP, but not on 64-bit Vista, where it fails with "Access denied". Looking into the server's access log, I can see that it gets Error 401 unauthorized, and no username seems to be transferred to the webserver.
In other words, it seems that the SOAP request does not include the username, if it is run on Windows Vista 64-bit, whereas on Windows XP, everything works perfectly.
Does anybody have an idea what this could be?