X509 Web service authentication failure
I'm trying to implement X509 certificate authentication with Spring WS Security using XwsSecurityInterceptor on both the server side and the client side. ...
Type: Posts; User: sebastian.montero; Keyword(s):
X509 Web service authentication failure
I'm trying to implement X509 certificate authentication with Spring WS Security using XwsSecurityInterceptor on both the server side and the client side. ...
Hi, I'm sorry to revive this thread after so long, but I'm having the same problem as described here, the xws-security module seems to be coming up with different digests for the exact same data,...
Hi,
I finally managed to solve my problem, the only thing I had do was to put the following libs in the endorsed directory to override the default ones:
serializer-2.7.1.jar
xalan-2.7.1.jar...
Hi,
I finally managed to solve my problem, the only thing I had do was to put the following libs in the endorsed directory to override the default ones:
serializer-2.7.1.jar
xalan-2.7.1.jar...
Hi,
I’ve had this problem for a while, I have used google but I haven’t found an answer, my problem is related to this other post that I wrote a few weeks ago:
...
Hi,
I'm using spring ws 2.0.4 and castor 1.3.1, how could I add a namespace declaration to the generated SOAP message?
Thanks,
Sebastian
Hi,
I just wanted to add that this problem happens when using inheritance and I’m sending a subtype. In this case I have a base type called “Infringement” and when I send the subtype...
Hi,
I'm using spring ws 2.0.4 and castor 1.3.1, and I'm having a problem with the marshalling of a soap message, the marshalling produces the following output:
<SOAP-ENV:Envelope...