客户端软件再调用webservice里发生下列异常。开发环境为.net2.0The underlying connection was closed: An unexpected error occurred on a receive.(翻译成中文:基础的连接已关闭:发生意外错误就收到)
System.Net.WebResponse GetWebResponse(System.Net.WebRequest)
System.Web.Services
   at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
   at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at BitAuto.HCSInterface.UpService.UpService.UploadByteData(Int32 intOrgID, Int32 intTable, Byte[] byts, Byte[] bytsChild1, Byte[] bytsChild2, Byte[] bytsChild3)
   at BitAuto.HCSInterface.frmMain.UploadData(Int32 intDownOrgID, Int32 intUpOrgID, List`1 list, Boolean blnIsShowMsg)