File Transport

The URI format is file://BaseDir/*.*

This causes all directories under BaseDir to be checked for files. In order for the file to be handled by the Services Plug-in, the document must appear as follows:

  • Default behavior, such as for the operation BC/version/Notify:

    BaseDir/EZComm/TpName

  • Non-default behavior, for other operations:

    BaseDir/EZComm/TpName/Category_version_OperationID

    where BaseDir is a user selected base directory, TpName is the name of the trading partner, Category is the operation category, version is the operation version, and OperationID is the operation ID.

    If OperationID is not provided, then it defaults to BC/version/Notify.

Note: A file name can be specified in the file mask field. See TIBCO BusinessConnectâ„¢ Container Edition Trading Partner Management, Outbound File Transport for information about how to specify the file mask field in File transport.

You should provide a file mask *.* for a file. Otherwise, the file is not picked up by the File transport.