Newbie: Download a file from a web service

  • Thread starter Daniel Johansson
  • Start date
D

Daniel Johansson

Hi

I have created a web service that on one function returns a dataset that
should be saved as
a file on the client´s side. How do I do that?
If I cant use a dataset how should i proceed?

Regards

// Daniel
 
M

Michael Pearson

Is the client a Web Browser or regular EXE program?

If it's an EXE, return the dataset from the webservice, and use
DataSet.writeXML()
WriteXML allows you to save the Dataset as XML to a file.

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top