Has anyone been able to use WSS4J successfully in a BEA Weblogic 10 web application that is serving as web service client? I am trying to use WSS4J 1.5.3 in this configuration, but keep getting a ClassNotFoundException: org.apache.ws.security.transform.STRTransform whenever I attempt to construct org.apache.ws.security.message.WSSecEncrypt.I am sure the requisite jar files (including wss4j-1.5.3.jar which does contain .apache.ws.security.transform.STRTransform.class) are on my classpath.Thanks.