AW: [JBoss-user] Security and C# clients

2004-05-07 Thread spohl
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

AW: [JBoss-user] Security and C# clients

2004-05-07 Thread spohl
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