F
fmancina
Hi All,
I currently have a web service outputting data in many different
formats (XML, EXCEL/XML, DataSet, ...). I was wondering what was the
best way to output CSV files? I have no problem building the files,
however I can't decide what data type to return them as. Should I
return a concatenated String and assume the consumer of the web service
will know how to write it to file?
I am just trying to find the most common way people return CSV files
from a Web Service.
Thanks for any help,
Frank
I currently have a web service outputting data in many different
formats (XML, EXCEL/XML, DataSet, ...). I was wondering what was the
best way to output CSV files? I have no problem building the files,
however I can't decide what data type to return them as. Should I
return a concatenated String and assume the consumer of the web service
will know how to write it to file?
I am just trying to find the most common way people return CSV files
from a Web Service.
Thanks for any help,
Frank