Download a file served by integration server service

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.

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.