
Originally Posted by
coureux.eric
Hello,
I have a server that was generated WSDL-first using JAX-WS and JAXB RI. I would like to use Spring Security for my server. I would also like the SOAP security to be compliant with OASIS WSS spec. I understand that Spring Security works with WSS if I use Spring-WS. However, I have a rather complex dependency on JAX-WS and JAXB RI that makes it difficult to switch.
Does any one have any solution that would allow me to stay with JAX-WS, JAXB RI and still use Spring Security and OASIS WSS?
Thanks for your help and advice.