EAI File Transport Parameters
In addition to the common parameters presented in Common EAI Transport Parameters, the EAI File Transport takes the parameters presented in the following table. These parameters can be specified as service method arguments, subsystem parameters, or user properties.
Display Name | Parameter | Description |
---|---|---|
Append To File |
AppendToFile |
Default is False. A value of True means that, if the file exists, then the method appends the message to the existing file. A value of False specifies that the method overwrites any existing file. |
Delete File after Receive |
DeleteFile |
Default is False. A value of True means that an attempt is made to delete the file after receiving it. If permissions prevent deletion, then no error is given, but the information is traced. |
File Name |
FileName |
The name of the file to be received by the file transport. For the Send method, if a file name is not
provided, then a random name is used for the output file. You must
specify an explicit path for file name. You can also use For the Receive method,
a specific file name must be provided. The use of wildcards such as |
Response File Name |
RespFileName |
Name of the file containing the response when using the SendReceive Method. |
Sleep Time |
FileSleepTime |
The timeout interval on receive calls, in milliseconds. This specifies the maximum amount of time that the service waits for a response. Default is 20000 milliseconds. |