Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.8
-
AIX, WebSphere 5.1
Description
There is an issue with using WSS4J for Java Consumer calling .NET 2.0 Web Service with WS-Security.
The default SecretKey size that is generated in WSS4J is 16 whereas .NET used 32
I changed the UsernameToken class to generate the secretkey using 32 as the length and then it worked.
This shoule be officially released in a version.