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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Sending binary files to partner using TN

    Posted 01/15/09 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 01/19/09 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