XwsSecurityInterceptor « Security « Spring Q&A





1. XwsSecurityInterceptor question    forum.springsource.org

XwsSecurityInterceptor question Hi Arjen and All, I have been using XwsSecurityInterceptor and SpringDigestPasswordValidationCallbackHandler for ws digest password security, this works fine. Now I have a requirement that I need to check ...

2. XwsSecurityInterceptor and Handshake Failure exception    forum.springsource.org

XwsSecurityInterceptor and Handshake Failure exception Hi, I am contacting a service that requires exchange of certificates. I am getting handshale_failure error when using the XwsSecurityInterceptor. I see the following entries when ...

3. Spring ,Axis and XwsSecurityInterceptor    forum.springsource.org

Hi Folks, I have running Spring and axis calling a .net webservice, we have decide to use Ws-Security and I want to the use XwsSecurityInterceptor thats in the Spring-WS. How can ...

4. multiple callback handlers for XwsSecurityInterceptor?    forum.springsource.org

multiple callback handlers for XwsSecurityInterceptor? I can see that the callbackHandlers can be a list for the security interceptor in spring-ws. I would expect then that they would be called in ...

5. XwsSecurityInterceptor vs Wss4jSecurityInterceptor    forum.springsource.org

I am starting off a new project and I was wondering if people had opinions on which security provider (XwsSecurityInterceptor or Wss4jSecurityInterceptor) is the right way to go. Specifically does the ...

6. XwsSecurityInterceptor - No default X509Certificate was provided    forum.springsource.org

XwsSecurityInterceptor - No default X509Certificate was provided XwsSecurityInterceptor - No default X509Certificate was provided I have been following some of the info in this forum and reading the spring-ws reference documentation ...

7. XwsSecurityInterceptor vs. Wss4jSecurityInterceptor    forum.springsource.org

Hi all. I want to secure my web services. In the documentation I see that there are two possible solutions. My questions are: 1. Witch is easier for beginners? 2. Which ...

8. XwsSecurityInterceptor vs Wss4jSecurityInterceptor    forum.springsource.org

Hi, when using Wss4jSecurityInterceptor it is possible through "securementActions" properties to define that no security should be applied in the response by using the "NoSecurity" value. How can we achieve the ...

9. callbackHandler property of XwsSecurityInterceptor    forum.springsource.org

Hello! When I'm using XwsSecurityInterceptor in the client side, and using UsernameToken profile (code below) I don't need any callbackHandlers, but XwsSecurityInterceptor requires one. Code:





10. XwsSecurityInterceptor problem    forum.springsource.org

XwsSecurityInterceptor problem Hi all I'm trying to use the XwsSecurityInterceptor but I get several errors during compilation. I'm using Maven to solve dependencies but this time it doesn't help. The first ...

11. XwsSecurityInterceptor on Client side does not populate header    forum.springsource.org

XwsSecurityInterceptor on Client side does not populate header Hey guys , I am trying to apply security to my client web services. but for some reason it seems that the header ...