G
Guest
Hi,
I am developing a windows forms client application using C# that will need
to transfer a large dataset with data to the server.
What is the best method to do that?
I have read an article that recommended transferring using chunks and WSE3
at http://www.codeproject.com/soap/MTOMWebServices.asp but I prefer not to
use files to transfer data.
I there any way to do that with memory so there is no files involved at the
client side and at the server side?
Thanks for any help,
Asaf
I am developing a windows forms client application using C# that will need
to transfer a large dataset with data to the server.
What is the best method to do that?
I have read an article that recommended transferring using chunks and WSE3
at http://www.codeproject.com/soap/MTOMWebServices.asp but I prefer not to
use files to transfer data.
I there any way to do that with memory so there is no files involved at the
client side and at the server side?
Thanks for any help,
Asaf