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.  Archive Flow service

    Posted Tue February 28, 2012 09:19 AM

    Hi,
    can anyone tell how to archive the particular flowservice to a zip file using developer…i.e., what flow steps to be written in a service…

    Thanks in advance,

    Sab.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive


  • 2.  RE: Archive Flow service

    Posted Tue February 28, 2012 08:41 PM

    You need to build a custom Java service utility for zip/unzip mechanism using JAVA API (java.util.zip.* methods) and invoke it.

    You can refer the API doc or download the PSUtilities package should have some utilities already:

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 3.  RE: Archive Flow service

    Posted Wed February 29, 2012 05:55 AM

    Hi RMG,
    I’m doing this in developer and i need to this by using some built in services. Can u tel me which services should i invoke for this.

    Thanks,
    Sab


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 4.  RE: Archive Flow service

    Posted Wed February 29, 2012 04:08 PM

    No builtin service exist…please follow the custom Java service or call command line EXEC that runs WinZip

    Get the PSUtilities package.

    HTH,
    RMG


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB