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

Download a file served by integration server service

  • 1.  Download a file served by integration server service

    Posted Wed March 12, 2003 07:09 PM

    Hi,

    what is the best way to go about the following business
    problem?
    “one of our client wants to just use a browser &
    download a file from us via https. They are reluctant to
    use partner server. We are using integration server 4.6 at
    the hub”
    Any suggestions would be appreciated.

    thanks,
    Srinivas.


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


  • 2.  RE: Download a file served by integration server service

    Posted Wed March 12, 2003 07:10 PM

    Srinivas,
    You can have webMethods service write that file to the
    document root of an web Server

    OR

    Write that file to the pub folder of your download services
    package (for e.g.) and people can point their browser to
    https://server:port/YourPackage and IS will list all the
    non-html/htm files there. Select the file and download. Be
    advised about the security requirements which may over
    complicate the effort.


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