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.


#TechXchangePresenter
 View Only
  • 1.  How to zip a file in Webmethods ?

    Posted Wed January 31, 2007 06:48 AM

    Hi All,
    Do you know how to zip a txt file in webMethods?
    Thanks.
    Crane


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: How to zip a file in Webmethods ?

    Posted Wed January 31, 2007 09:48 AM

    Crane,

    Take a look at the example provided in the PSUtilities package:

    PSUtilities.zip:zipFiles

    Hope this helps!

    cheerio
    Andrew


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: How to zip a file in Webmethods ?

    Posted Thu February 01, 2007 07:35 AM

    Hi Andrew,
    Thank you so much.I just get the service sample.string:zip in Package WmSamples to zip txt file, but I fail to extract the zip file because the zip file is damaged.I have no the PSUtilities package, could you provide it to me ?
    thanks
    Crane


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: How to zip a file in Webmethods ?

    Posted Thu February 01, 2007 02:37 PM

    Hi Crane

    You can download the PSUtilities package from advantage site and also it has the package documentation.

    Regards
    Krishna


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 5.  RE: How to zip a file in Webmethods ?

    Posted Fri February 02, 2007 01:30 AM

    You won’t find this useful right now, but …

    HTTP 1.1 servers can compress data transparently:
    [url]http://www.webreference.com/internet/software/servers/http/compression/[/url]
    ( I believe Gzip compression is used. )
    From what I’ve heard, the upcoming IS 7 release (mid-2007) will HTTP 1.1 and built-in compression support.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services