IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Sending binary files to partner using TN

  • 1.  Sending binary files to partner using TN

    Posted Thu January 15, 2009 10:26 AM

    Hi,

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


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 2.  RE: Sending binary files to partner using TN

    Posted Mon January 19, 2009 08:47 PM

    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.


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods