Forum Discussion

JGodfrey's avatar
JGodfrey
New Contributor
11 years ago

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

2 Replies

  • Hi,

    We are currently looking into what you reported. Will update you on this after we investigate.
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Thanks for reporting this! We have changed the documentation to fit what the code actually does.

    Regards
    Joel Jonsson
    SmartBear Sweden