Issues with .NET client accessing XWSS Security enabled Spring WS
Could someone throw light into how to configure .NET client consuming Spring WS that uses XWSS implementation of WS security. It will be nice If someone could post the sample code or .NET config as to how to set the usernametoken profile such that Spring WS can understand.
Environment: Spring WS 1.5, Spring Security 2.0.4, Spring Framework 2.5.6, JDK 1.6_12, Linux 2.6.24-19
The Security Policy Spring WS uses is given below.
Code:
<xwss:SecurityConfiguration dumpMessages="false" xmlns:xwss="http://java.sun.com/xml/ns/xwss/config">
<xwss:RequireUsernameToken passwordDigestRequired="true" nonceRequired="true"/>
</xwss:SecurityConfiguration>
.NET Client Environment: VS 2005, .NET v2.0 and WSE v3.0.
.NET client successfuly consumed Spring WS that has XWSS Security enabled
I have written up an article in my blog as to how to configure .NET client that can successfully consume the web service implemented using Spring WS and XWSS security Interceptor.
You can read the article at the URL: http://vigilbose.blogspot.com/2009/0...ng-ws-155.html