How do I use WS-Security with EJB3?
For one of our projects, I need to be able to call a web service that uses WS-Security, i.e. the SOAP request must be signed with an X.509 certificate. I was doing some tests to call a web service using the WebServiceRef annotation and I can call the web service without WS-Security.
So my question is, how can I activate and / or configure WS-Security when using the WebServiceRef annotation?
Best regards, Stefan Lecho.
+1
source to share