Feedback

  • Contents
 

SOAP Base64 Decode To File

Decodes the base64 encoded string into the binary representation and writes the data to the specified file as binary data.

Exit Paths: Success, Access Denied, Failure

Parameter

Dir

Type

Remarks

Encoded Data

IN

String

Base64 encoded data

Filename

IN

String

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

Append To Existing File

IN

Boolean

Checkbox:

False Default. Create new file or truncate existing file.

True Create new file or append to existing file.