U
uday
Hi,
I am using .Net CF 2.0. I have this following issue:
When making a webservice call to upload more than 30KB worth of data
over an HTTPS connection (TLSv1 SSL_RSA_WITH_RC4_128_MD5) I receive a
WebException.Timeout exception. When sending less than 30KB of data
using the same SSL connection the call is successful. On the contrary
I have no trouble sending like 300KB worth of data over HTTP.
Following is the exception message:
WebException.Message: The operation has timed-out.
Following is the StackTrace:
WebException.StackTrace: at
System.Net.HttpWebRequest.finishGetResponse()
at System.Net.HttpWebRequest.GetResponse()
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse()
at
System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.SoapHttpClientProtocol.doInvoke()
Any help would be really appreciated.
Thanks.
~uday
I am using .Net CF 2.0. I have this following issue:
When making a webservice call to upload more than 30KB worth of data
over an HTTPS connection (TLSv1 SSL_RSA_WITH_RC4_128_MD5) I receive a
WebException.Timeout exception. When sending less than 30KB of data
using the same SSL connection the call is successful. On the contrary
I have no trouble sending like 300KB worth of data over HTTP.
Following is the exception message:
WebException.Message: The operation has timed-out.
Following is the StackTrace:
WebException.StackTrace: at
System.Net.HttpWebRequest.finishGetResponse()
at System.Net.HttpWebRequest.GetResponse()
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse()
at
System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.SoapHttpClientProtocol.doInvoke()
Any help would be really appreciated.
Thanks.
~uday