Method Input Functions

Method input functions are evaluated after all method input terms are resolved.

Function Description
file( filename )

The file function looks up the file name specified and replaces the method data with the contents of the file. If the method parameter is expecting an array of bytes (base64Binary), then the file is treated as a binary file.  Otherwise, the file is treated as a text file.

Example:

file(%outbox%test\test.edi)