I'm trying to get some security running (wss4jInterceptor). Everything seems to go fine through war deployment. When I try to access the web service it not only seems to ignore the security it throws this exception:
java.lang.ClassNotFoundException: org.apache.ws.security.transform.STRTransform from BaseClassLoader
I have verified that the wss4j-1.5.11.jar is in the classpath and that STRTransform is in it.
Has anyone know how to get this fixed?
Thanks,
John