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
  • 1.  File transfer

    Posted Tue June 06, 2017 02:26 AM

    Hi ,

    I want transfer of a number of files and send mail for that. Every time i am sending files" message " is being stored in the" statusMessage".So the for the last file being transferred the status is overriden and while sending mail the last one is being sent.

    What should i do if i want to preserve the status message for each of the transfers so that i can send in mail saying all the files are transferred?

    Thanks


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 2.  RE: File transfer

    Posted Tue June 06, 2017 07:49 AM

    Hi Surbhi,

    you can concat the names in the loop and the use the cocatened list of names for the mail after the loop finished.

    Or you can add them to a list of names during loop and the loop over the names and concat them when building the mail body.

    Please check for the PSUtilities package available from the community which has a multiconcat service whhch is missing in the IS Built-In Services.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB
    #edi