Hi,
Searched long and wide but can't find anything on the issue... Using JDK 6.
I've generated a JAX-WS client proxy using wsdl2java using Lists.wdsl
(SharePoint). I can authenticate via NTLM without problem by passing the
credentials via java.net.Auhtenticator (setDefault)...
What I want to do is to call the same webservice method from different threads
(concurrently) but each call has to be authenticated as a different user. How
can this be done? I don't know how to specify different credentials for each
call.
A code example would be appreciated.
Best regards,
Samo