Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Newbie: Download a file from a web service

Reply
Thread Tools

Newbie: Download a file from a web service

 
 
Daniel Johansson
Guest
Posts: n/a
 
      09-02-2003
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


 
Reply With Quote
 
 
 
 
Michael Pearson
Guest
Posts: n/a
 
      09-03-2003
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

"Daniel Johansson" <adaoja-> wrote in message
news:%231u%...
> 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
>
>



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.514 / Virus Database: 312 - Release Date: 8/28/2003


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Direct Download Movies - No Download Limits - Download DivX DVDMovies hussain dandan Python 0 12-06-2009 04:52 AM
Does timer in Web Service Global.asax block my Web Service from processing web-site requests? Leo Violette ASP .Net Web Services 0 04-17-2009 12:39 AM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM
Re: How can I display a download link in my (C#) ASP.NET web form to download a file stored in my sql db? Steve C. Orr [MVP, MCSD] ASP .Net 0 03-07-2005 07:14 PM
File upload/download from database. Download appends aspx page to end of file Ryan Taylor ASP .Net 2 11-10-2004 08:31 PM



Advertisments