Flow Designer: SOAP Step Credential Value does not get decrypted

bastianh31
Tera Contributor

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:

 

bastianh31_0-1665648991801.png

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

 

 

 

 

 

1 REPLY 1

mathiasjoha
Tera Contributor

I also have this issue.. Did you found a solution?