Web Service with NT Authentication
I have a simple call to a webserivce (Sharepoint to be exact), but the web service requires NT Authentication and even though I'm passing in the username and password (with username being of the format DOMAIN\USER) I keep getting the error:
401 Unauthorized.
I have searched up and down the web and everyone is saying that ColdFusion8 & 9 does not support web service calls with NT Authentication. I have tried all kinds of tricks like changing server settings and trying to manually pass headers to the service call ... everything.
I was wondering if someone could tell me how to accomplish this, or if an Adobe member could give me a definitive answer that it will NOT work so that we could go forward possibly coming up with another solution be it ASP.NET, C#, etc.
