1. Does Wss4jSecurityInterceptor support the use of SHA-2 algorithms? forum.springsource.orgDoes Wss4jSecurityInterceptor support the use of SHA-2 algorithms? I am using spring-ws 2.0.1 and wss4j 1.5.8. Our current configuration is working using sha1, but we have been asked to support the ... |
2. mustUnderstand not understood (Wss4jSecurityInterceptor not wired?) forum.springsource.orgmustUnderstand not understood (Wss4jSecurityInterceptor not wired?) Hi All, This smells alot like a simple configuration problem rooted, no doubt, in my immature knowledge of Spring. But I am stumped and would ... |
3. Wss4jSecurityInterceptor Configuration forum.springsource.orgWss4jSecurityInterceptor Configuration Can anybody tell me weather my Wss4jSecurityInterceptor Configuration is correct Wss4jSecurityInterceptor Configuration : Code: |
4. Wss4jSecurityInterceptor Problem with Java 1.4 forum.springsource.orgWss4jSecurityInterceptor Problem with Java 1.4 Hi All, I'm using Java 1.4.2 and building a web service with Spring. I am attempting to build out the security interceptor using Wss4jSecurityInterceptor. I am ... |
5. Does Wss4jSecurityInterceptor allow securementPasswordType to be PasswordNone? forum.springsource.orgDoes Wss4jSecurityInterceptor allow securementPasswordType to be PasswordNone? I've got a system that will be using an X.509 certificate for message-level signing, and our provider server (i.e. the service being requested) will ... |
6. Error with Wss4jSecurityInterceptor forum.springsource.orgError with Wss4jSecurityInterceptor Hi, I am trying to insert a Wss4jSecurityInterceptor in my web service configuration because I want to use the WS-Security Authentication for the incoming request. Here is the ... |
7. Help needed for Wss4jSecurityInterceptor forum.springsource.orgHelp needed for Wss4jSecurityInterceptor I am newbie to Web Services domain. I have setup Echo Web Service which accepts EchoRequest object and responds with EchoResponse object. The actual echo message is ... |
8. *Important* Wss4jSecurityInterceptor: bug or expected behavior? forum.springsource.org*Important* Wss4jSecurityInterceptor: bug or expected behavior? Tareq/Arjen, Please help me with this. I was making some tests with the Wss4jSecurityInterceptor using the UsernameToken profile. Here is my simple configuration on the ... |
9. exception thrown by Wss4jSecurityInterceptor not handled by exceptionResolver? forum.springsource.orgexception thrown by Wss4jSecurityInterceptor not handled by exceptionResolver? I have a working web services endpoint using Spring 2.5.6, spring-ws 1.5.5, and spring-security 2.0.4. We're requiring WS-Security on all methods, so we ... |
10. Any chance of the Wss4jSecurityInterceptor being enabled for other algorithms forum.springsource.orgAny chance of the Wss4jSecurityInterceptor being enabled for other algorithms As I see it now the Wss4jSecurityInterceptor only supports SHA1 as message digest algorithm and only RSA-SHA1 as signature algorithm. Is ... |
11. dynamic userame in Wss4jSecurityInterceptor forum.springsource.orgdynamic userame in Wss4jSecurityInterceptor Hi, Spring WS 1.5.6 We using the WebServiceGatewaySupport (1.5.6) and Wss4Jinterceptor to secure client calls. Our application is a middleware app. and make WS calls on behalf ... |
12. Problems with Wss4jSecurityInterceptor on client. forum.springsource.orgProblems with Wss4jSecurityInterceptor on client. Hi everybody. I'm facing a problem that is driving me completely nuts. It seems to be a very stupid mistake I am making, but I just ... |
13. Wss4jSecurityInterceptor in tomcat 6.0.26 forum.springsource.orgWss4jSecurityInterceptor in tomcat 6.0.26 Hi, When I invoke web service through my spring client with security interceptor in apache-tomcat 6.0.26 causing below error. Please suggest what could be the root cause ... |
14. Wss4jSecurityInterceptor Signing response forum.springsource.orgWss4jSecurityInterceptor Signing response Hello, I have setup a digital signature for my Service. Evrything works fine in my spring client prototype But my WCF prototype is expecting a security header on ... |
15. Wss4jSecurityInterceptor & org.apache.xpath forum.springsource.orgHi Guys, I'm trying to use Wss4jSecurityInterceptor in my application, using IBM JDK 1.5 but I receive the runtime error below. My Maven dependency tree is attached. Any ideas? Thanks in ... |
16. Custom defined token with Wss4jSecurityInterceptor forum.springsource.orgUp to some time ago I have been using Wss4jSecurityInterceptor to secure my webservices client. It worked fine until a new requirement came along to start using a custom token, obtained ... |