JGodfrey
12 years agoNew Contributor
WS Security doc and source code differ - SHA1 / MD5
Hi all,
In the WS Security documentation
http://www.soapui.org/SOAP-and-WSDL/app ... urity.html
there is
"Password Type: This specifies how the password should be serialized. The PasswordDigestExt option is non-standard and should only be used for interop issues where the message receiver desires an extra MD5 Hash of the password."
However in the source code (version 4.6.1) there is in line 80
"password = Base64.encode( sha.digest() );"
https://github.com/SmartBear/soapui/blo ... Entry.java
Regards,
John
In the WS Security documentation
http://www.soapui.org/SOAP-and-WSDL/app ... urity.html
there is
"Password Type: This specifies how the password should be serialized. The PasswordDigestExt option is non-standard and should only be used for interop issues where the message receiver desires an extra MD5 Hash of the password."
However in the source code (version 4.6.1) there is in line 80
"password = Base64.encode( sha.digest() );"
https://github.com/SmartBear/soapui/blo ... Entry.java
Regards,
John