Hi, Thx for your prompt reply!
But let me clarify further. I am trying to use a cxf client which is trying to hit a service hosted on some other machine. It is actually a sql server reporting service. So I extended the Authenticator class, supplied my username, password etc. and than used the following code: Authenticator.setDefault(instance of my authextender). But I do not see the call coming to the extension class. It always keeps failing complainign on my local logged on user rather than using the custom username/password I am passing from the extended authenticator class. Am I missing any steps here? I also tried to just use the AuthorizationPolicy class, set the username/password but that also gets the same error. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-and-NTLM-on-Java-6-tp4263002p4263069.html Sent from the cxf-user mailing list archive at Nabble.com.
