I have a .net applicaiton that calls a third party web service. I beleive whe the query takes more then 1:43sec my connections closes giving me a timeout error. Do you think this has to do with my corporate firewall settings?
"
System.Net.WebE xception: The operation has timed-out.
at System.Web.Serv ices.Protocols. WebClientProtoc ol.GetWebRespon se(WebRequest request)
at System.Web.Serv ices.Protocols. HttpWebClientPr otocol.GetWebRe sponse(WebReque st request)
at System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.Invoke( String methodName, Object[] parameters)
at webservices.bul lhorn.WS.DataEx port.Export(Dou ble privateLabelID, String apiEncryptionKe y, Double userID, Double reportID, DateTime startDate, DateTime endDate, Boolean includeExported , Boolean markAsExported, String status, String customParam1, String customParam2, String customParam3, String customParam4, String customParam5) in
"
"
System.Net.WebE xception: The operation has timed-out.
at System.Web.Serv ices.Protocols. WebClientProtoc ol.GetWebRespon se(WebRequest request)
at System.Web.Serv ices.Protocols. HttpWebClientPr otocol.GetWebRe sponse(WebReque st request)
at System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.Invoke( String methodName, Object[] parameters)
at webservices.bul lhorn.WS.DataEx port.Export(Dou ble privateLabelID, String apiEncryptionKe y, Double userID, Double reportID, DateTime startDate, DateTime endDate, Boolean includeExported , Boolean markAsExported, String status, String customParam1, String customParam2, String customParam3, String customParam4, String customParam5) in
"
Comment