Hi All,
I have used the java's native JAX-WS to develop a webservice client. The client consumes a webservice hosted on windows platform. The authentication mechanism with which the service is set up is NTLM.
The client works well when run as stand alone application with NTLM authentication. But it fails to aunthenticate when it is deployed under JBOSS (version 7.1.1).
Following exception is thrown from the container:
No assertion builder for type {http://schemas.microsoft.com/ws/06/2004/policy/http}NtlmAuthentication registered.
Can you let me know how to make this NTLM authentication work under JBOSS?
Regds