all groups > c# > january 2004 >
You're in the

c#

group:

WebService


WebService Daniel P
1/31/2004 10:33:54 PM
c#:
Hi,

How can I use Webservices for transmit huge data to the database?

thanks,
dep

Re: WebService Aravind C
2/1/2004 3:42:33 PM
HI Daniel,

Maybe you like to try using DIME or WS-Attachments to transmit the
data. The Web Services Enhancements (WSE) for .NET supports these
specifications.
Please find below a link to the article that discusses this.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwse/html/
wsedime.asp

Regards,
Aravind C


[quoted text, click to view]

Re: WebService Cezary Nolewajka
2/1/2004 4:10:40 PM

First of all, what do you mean by huge data? I use WebServices to =
transfer binary data of size of up to 300kb and it works perfectly ok. =
But is 300k huge for you?

The point is that what is important is the timeout of the WebService =
call (but you can configure it per ASP.Net application).

The other thing is that you will have to use some kind of encoding of =
the binary data to be represented as character data (Base64 encoding =
with HTTP/SOAP calls?) which is not very efficient but simple to use.

So, maybe a better solution would be a custom TCP socket server/client =
or using remoting?

Cezary Nolewajka
mailto:c.nolewajka-no-sp-am-eh@no-sp-am-eh-mail.com
remove all "no-sp-am-eh"s to reply


[quoted text, click to view]
AddThis Social Bookmark Button