Hi again,
the problem with NTLM is that is has to be 'spoken' by the client. Currently only IE
supports NTLM natively, so only webservice
client stubs that uses the HTTP libraries of the local installed IE will work
properly!!! We have encountered problems with using
the IE-stack (in some intran
Hi there,
Good news: I have authenticated webservice clients (in addition through HTTPS) with
JBoss in production for several months.
The integration of axis into jboss consists of some classes that propagate BASIC HTTP
authentication information (username/password)
to the EJB layer. You only ha