Flow Designer: SOAP Step Credential Value does not get decrypted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 01:32 AM
Hi all,
currently I am facing an issue with the flow designer SOAP step.
Under the connection details I selected a valid connection alias and the WSDL is also correct. In the SOAP Envelope I selected the "Credential Value" Data Pill (2WayEncrypted) for the <AccountPassword> Parameter:
The problem is that the password is not decrypted automatically and that's why the SOAP Request is not successful, which can be seen in the executions.
Now maybe I am wrong, but I thought there is an automatic decryption when I use the credential variable in the SOAP step, because otherwise it wouldn't make any sense. Or do I have to decrypt the variable anyhow before?
I know that I could use
new GlideEncrypter().decrypt(encryptedString)
but then the password would be visible in the executions anyway.
Thanks for your help,
Bastian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 05:16 AM
I also have this issue.. Did you found a solution?