Hello,

in my enviroment i have web service implemented in .NET tehnology with Kerberos Token WS-Security. My task is to call (consume) that web service from Java/Spring based application. On 'application' level (eg on app start read app user/pass from configurationa) i should authenticate on kerberos server (eg active directory) and use that ticket to consume web service. I plan to use spring-ws client (eg WebServiceTemplate).

Is it possible and if so how to accomplish that?

Thanks,
Neven