- Contents
Interaction Designer Help
SOAP Base64 Encode
This SOAP tool converts the string (which is UNICODE) into the specified character set (default = UTF-8) and encodes the resulting data into a Base64 string. Characters that cannot be translated to the destination character set will be represented as ‘?’. Wide character sets, such as UTF-16 are currently not supported.
Note: SOAP does not mandate a maximum line width for base64 encoded data. Some other protocols, such as mime, do.
Inputs
Data
String to encode Base64
Character Set
Character set to convert data into before encoding. Optional. Default: ‘UTF-8’
Max Line Width
Maximum width of a line in characters. The default value of –1 is interpreted as an unlimited line width.
Line Separator
String inserted as line separator. Default: “\r\n” (CR/LF)
Outputs
Encoded Data
String after encoding data Base64.
Exit Paths
Success
This path is taken if the data is successfully encoded.
Failure
This path is taken if the operation fails.