Is System.Web.Services.Protocols.WebClientProtocol.Timeout
implemented/effective?   I have...

service = new JobWebServiceProxyService();
proxy = new WebProxy("tyr:3128", true);
service.Proxy = proxy;
service.Credentials = new NetworkCredential(**********, ***********);
service.Timeout = 99999;

... however ....

start  = new SvDate();
start.dateString = DateTime.Now.ToString("yyyy-MM-dd 00:00:00.000");
end = new SvDate();
end.dateString = DateTime.Now.ToString("yyyy-MM-dd 23:59:59.999");
try 
{
  results = service.getUpdatedActions(start, ref end);
  ...
} catch (Exception ex)
  { message.Text = ex.Message; }

... always results in a "The request timed out" message after the same
amount of time, regardless of the value of service.Timeout.

JobWebServiceProxyService was generated using the wsdl tool.

mono-data-1.2.5.1-10.1
mono-data-sybase-1.2.5.1-10.1
monodoc-core-1.2.5-15
mono-data-sqlite-1.2.5.1-10.1
mono-devel-1.2.5.1-10.1
monodevelop-0.17-0.novell
mono-tools-1.2.4-46
mono-data-oracle-1.2.5.1-10.1
mono-nunit-1.2.5.1-10.1
mono-web-1.2.5.1-10.1
mono-extras-1.2.5.1-10.1
mono-basic-1.2.5-15
mono-core-1.2.5.1-10.1
mono-data-postgresql-1.2.5.1-10.1
mono-winforms-1.2.5.1-10.1

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to