Hello.
I'm trying to add security with XwsSecurityInterceptor to my spring-ws app, but i get the exception:
java.lang.ClassNotFoundException: com.sun.xml.wss.impl.WssSoapFaultException
i know XWSS requires both a SUN 1.5 JDK and the SUN SAAJ reference implementation
but i couldn't find this implementation for download.

BTW, i tried using Wss4jSecurityInterceptor instead, because it requires no external jars,
but i get
java.lang.ClassNotFoundException: org.apache.ws.security.WSSecurityException
because for some reason it looks for apaches' WSSecurityException instead of springs'
org.springframework.ws.soap.security.WsSecurityExc eption which i have.

I have spring-ws 2.0.2, jdk6, spring 3.0.5

Please help.