Feedback

  • Contents
 

SOAP Base64 Encode File

This SOAP tool reads the specified file as binary data and encodes it into a base64 string.

Note: SOAP does not mandate a maximum line width for base64 encoded data. Some other protocols, such as mime, do.

Inputs

Filename

File name and path of the file to encode.

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

Base64 encoded content of the file

Exit Paths

Success

This path is taken if the file is successfully decoded.

File Not Found

This path is taken if the specified file cannot be found.

Access Denied

This path is taken if access to the specified file is denied.

Failure

This path is taken if the operation fails.