Hi Arjen and All,

I have been using XwsSecurityInterceptor and SpringDigestPasswordValidationCallbackHandler for ws digest password security, this works fine. Now I have a requirement that I need to check authentication using organization Id , User Id, password instead of user Id and password. I can do that using userdetails Service.

But the issue is organization Id is part of the payload and User Id ,password is part of UserNameToken soap header. I looked at the XwsSecurityInterceptor code and didn't find how can I do this?

Do you have any ideas how can I accomplish this?

Regards
Harshi