Hi sworisbreathing,
Glad you figured it out! Your solution looks more correct than mine, should anyone else be reading this. :) I'm not sure why I extended AbstractPhaseInterceptor instead of...
Type: Posts; User: dclane; Keyword(s):
Hi sworisbreathing,
Glad you figured it out! Your solution looks more correct than mine, should anyone else be reading this. :) I'm not sure why I extended AbstractPhaseInterceptor instead of...
Hi sworisbreathing,
Sorry for the delay in my response!
Have you tried logging the incoming/outgoing messages to your jaxws:endpoint? If not, it might help shed some light on what's happening....
Hi Andrei,
Thank you for your response! I made a CXF interceptor (I assumed this would be the faster option; I'm on company time or I'd consider doing the other). I now have a basic thing...
I've set up Spring Security in a CXF project and would like to use WS-Security for authentication. In other words, a Java client will authenticate using a WS-Security UsernameToken; the username and...