Link to home
Start Free TrialLog in
Avatar of dojjol
dojjolFlag for Afghanistan

asked on

Sending CSV file thru WebService

Hi Geniuses,
I have a web application which generates the reports in three formats(CSV, HTML, PDF).
I am using Jasper Reports to do it.
But now I have a enhancement to do
I have to implement a web Service thru Axis to generate the CSV file. So that user reports are not only used for viewing but also for the support for user's further operations.
I know how to create a file from CSV file from Jasper Reports.

But now issue is Designing WebService. I mean what will my Web Service will do. Will it be sending CSV file to the User.If yes, then what if CSV file created is in gigs, is this the right way?. Or we have to only specify user that CSV file has been created at the particular location.

ASKER CERTIFIED SOLUTION
Avatar of kawas
kawas
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial