The reason EDI files get split is because the EDI module is integrated into TN. The EDI module recognizes multiple interchange envelopes and processes them according to configuration.
For flat files, there is no such facility–how would the facility know where to split the file? If you need this type of functionality you can:
- Submit the FF to TN
- Have a rule for the original file to invoke a “splitFile” service
- This service would split the file as desired and submit each chunk to TN–these individual parts need to be identifiable as different document types or else the service needs to know how to handle both composite and simple files.
Hope this helps.
#Integration-Server-and-ESB#B2B-Integration#webMethods