This content has been marked as final.
Show 3 replies
-
1. Re: How to download a file from esb service ?
ldimaggio Apr 30, 2013 12:53 PM (in response to dulee)1 of 1 people found this helpfulAre you looking to create an output file from a message? There is a quickstart example that shows this:
-
2. Re: How to download a file from esb service ?
dulee Apr 30, 2013 1:18 PM (in response to ldimaggio)No no. I'm looking the way to return the file output to the client side.
With your quickstart, the output fs will located at server side not client side as expected.
-
3. Re: How to download a file from esb service ?
tcunning May 2, 2013 10:18 AM (in response to dulee)Ju,
There's a number of ways to do this, depending on whether you need a synchronous response or not. Take a look at the HttpGateway (https://community.jboss.org/wiki/HTTPGateway#Synchronous_Responses).
What's the use case here? Is the user invoking something through http, which enters the bus, and then you want the response as a downloadable file?