Sending binary files to partner using TN

Hi,

Can we send zip files to the trading partner using TN?Is it possible?

TN is designed for structured data, so sending binary is not a good idea.
You can direct use IS’s http post service to send binary as long as your client can take it.
or you can base64 encode it, so it can be handled it as text
or go futher, put the base64 encoded file in a xml structure, so it can be handled by TN.