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.
.NET Client Environment: VS 2005, .NET v2.0 and WSE v3.0.Code:<xwss:SecurityConfiguration dumpMessages="false" xmlns:xwss="http://java.sun.com/xml/ns/xwss/config"> <xwss:RequireUsernameToken passwordDigestRequired="true" nonceRequired="true"/> </xwss:SecurityConfiguration>


Reply With Quote