Custom WSE 3.0 Policy Assertion - Modifying the security header generated by WSE
Posted
on C# Corner
See other posts from C# Corner
Published on 5/4/2010 2:18:16 AM
Indexed on
2010/05/04
8:00 UTC
Read the original article
Hit count: 377
Filed under:
Recently I came across with an issue in WSE security header. My ASP.Net application is consuming Java web service using WSE 3.0. Normally when you add UsernameToken in RequestSoapContext, the WSE runtime will automatically add timestamp in security header.
© C# Corner or respective owner