- Contents
Interaction Designer Help
SOAP Base64 Decode
This SOAP tool decodes the base64 encoded string into the binary representation and converts it to UNICODE based on the specified character set. Thus, the character set argument specifies the character set of the base-64 encoded data.
Inputs
Encoded Data
Base64 encoded data.
Character Set
Character set of the base64 encoded data. Optional. Default: ‘UTF-8.’
Outputs
Decoded Data
Data after decoding from Base64 and transforming from ‘Character Set’ to UNICODE.
Exit Paths
Success
This path is taken if the encoded string is successfully decoded.
Failure
This path is taken if the operation fails.