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

How to send multiple files via AS2/HTTPS?

  • 1.  How to send multiple files via AS2/HTTPS?

    Posted Thu June 14, 2012 10:09 PM

    Hi,

    I have a requirement where I need to post multiple xml files ( each having different data and different filenames) via AS2/https.

    When I post it to the trading partner, He must see 6 files(just as an example) with different filesnames. How can I send all at once from webMethods? Please let me know.


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: How to send multiple files via AS2/HTTPS?

    Posted Fri June 15, 2012 03:39 PM

    You cannot send multiple files (seperate files) via AS2 in a single transaction as far I know…

    But yes you can send wrapped XML (that contains XML list (root tag) and make one XML wrapper if your TP OK with the format you can share some DTD/Schema of your doctype and test with them:

    This is the only way I can think off:

    <?XML?> --> --> TP has to break/process this Actual XML's (6 multiples in your case) and extrac the content from each XML their end

    HTH,
    RMG


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB