默认情况下,webservice的请求等待60s就会放弃。如果要设置timeout时间,可以在使用请求前加如下语句:
proxy.InnerChannel.OperationTimeout = TimeSpan.FromSeconds(30);