Does WebLogic support NTLM authentication using JAX-WS?
Sun Java 1.5 and 1.6 support NTLM authentication out of the box and the standard JAX-WS sun jars work as expected if my client tries to connect with IIS through NTLM v2 authentication.
It works on JBoss and WebSphere but I haven't had any luck getting it to work on WebLogic. Are there some simple settings I'm missing to get the JAX-WS provider to automatically negotiate NTLM authentication.
My authenticator using Authenticator.setDefault(...) is never called.
All I ever see from the remote service is a 401 message being sent back indicating that WebLogic didn't even try to negotiate the authentication:
So is there any way to get this to work?
It works on JBoss and WebSphere but I haven't had any luck getting it to work on WebLogic. Are there some simple settings I'm missing to get the JAX-WS provider to automatically negotiate NTLM authentication.
My authenticator using Authenticator.setDefault(...) is never called.
All I ever see from the remote service is a 401 message being sent back indicating that WebLogic didn't even try to negotiate the authentication:
So is there any way to get this to work?
0