Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > need to help to copy file from server to client through webservices

Reply
Thread Tools

need to help to copy file from server to client through webservices

 
 
Anin via .NET 247
Guest
Posts: n/a
 
      03-23-2005
(Type your message here)
Hi,
I have to download a file from the server to the client using webservices. Its an xml file.

Any help would be appreciated.


--------------------------------
From: Anin

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>TnnJrwdn302SKMYo+EK1lA==</Id>
 
Reply With Quote
 
 
 
 
Keenan Newton
Guest
Posts: n/a
 
      03-24-2005
Well Here area copy of ideas:

Since it is an Xml file you could take the file read it into an
XmlNode, and pass the XmlNode to the web service client. That would be
the easiest way, but at the same time I would not do this for large
files.

Another way is using WSE 2.0, it supports file attachments so you can
actually send the actual file across this performs better especially
with larger files, but it more complex to use

 
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
File::Copy::copy With File Handles MaggotChild Perl Misc 2 10-22-2011 12:15 AM
what is Deep Copy, shallow copy and bitwises copy.? saxenavaibhav17@gmail.com C++ 26 09-01-2006 09:37 PM
is dict.copy() a deep copy or a shallow copy Alex Python 2 09-05-2005 07:01 AM
Copy file from server to server using server control button FileCopy() HELP =?Utf-8?B?UGVyZG8=?= ASP .Net 0 02-06-2004 08:11 PM
Webservices through InterScan (Version 3.6) protected ISA server (Windows 2000) Claus Wittrup Hansen ASP .Net Web Services 0 09-18-2003 05:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57