Feedback

  • Contents
 

SOAP Base64 Decode To File

This SOAP tool decodes the base64 encoded string into the binary representation and writes the data to the specified file as binary data.

Inputs

Encoded Data

Base64 encoded data

Filename

Filename and path of the file to which to write the decoded data.

Append To Existing File

Check this box to create a new file or append to an existing file. Leave this box cleared to create a new file or truncate an existing file.

Exit Paths

Success

This path is taken if the file is successfully decoded.

Access Denied

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

Failure

This path is taken if the operation fails.