Ask a Question related to ASP.NET Web Services, Design and Development.
-
BBuff #1
WebService Timeout Problem
I know this is going to be a very ambiguous question from the get-go,
but here it goes.
We're experiencing a very intermittent problem with our web services
timing out. Unfortunately the IIS and Event logs don't contain really
any useful information about any problems that are popping up. Does
anyone know of something we should look at in general? Below are the
exception information and stack trace.
Exception Information
*********************************************
Exception Type: System.Net.WebException
Status: Timeout
Response: NULL
Message: The operation has timed-out.
TargetSite: System.Net.WebResponse
GetWebResponse(System.Net.WebRequest)
HelpLink: NULL
Source: System.Web.Services
StackTrace Information
*********************************************
at System.Web.Services.Protocols.WebClientProtocol.Ge tWebResponse(WebRequest
request)
at System.Web.Services.Protocols.HttpWebClientProtoco l.GetWebResponse(WebRequest
request)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters)
at Colonial.Neptune.CampusWS.CampusWS.GetDependents(S tring key1,
String key2)
at Colonial.Neptune.TES.TESCampusWS.GetDependentsData (String
identifier, String account)
BBuff Guest
-
WebService timeout
Hi all! I have a problem with deploying my webservice in our Web server. In my development machine (inside of our LAN), everything works fine. When... -
WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into... -
HELP! Timeout when accessing Webservice.
I have a solution that contains a web service and a web site. I was working on it all day Monday with no problems. Tuesday morning it stopped... -
Timeout when calling a webservice from C#
I get a timeout when calling a webservice from C#. Works fine in browser. I am not doing anything out of the box. The same works on other machines... -
Timeout Problem of calling the webservice
hi all, I have made a dll hosted in the IE. It calls the web service to retrieve the data. There is a problem that calling the web service, it... -
BBuff #2
WebService Timeout Problem
I know this is going to be a very ambiguous question from the get-go,
but here it goes.
We're experiencing a very intermittent problem with our web services
timing out. Unfortunately the IIS and Event logs don't contain really
any useful information about any problems that are popping up. Does
anyone know of something we should look at in general? Below are the
exception information and stack trace.
Exception Information
*********************************************
Exception Type: System.Net.WebException
Status: Timeout
Response: NULL
Message: The operation has timed-out.
TargetSite: System.Net.WebResponse
GetWebResponse(System.Net.WebRequest)
HelpLink: NULL
Source: System.Web.Services
StackTrace Information
*********************************************
at System.Web.Services.Protocols.WebClientProtocol.Ge tWebResponse(WebRequest
request)
at System.Web.Services.Protocols.HttpWebClientProtoco l.GetWebResponse(WebRequest
request)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters)
at Colonial.Neptune.CampusWS.CampusWS.GetDependents(S tring key1,
String key2)
at Colonial.Neptune.TES.TESCampusWS.GetDependentsData (String
identifier, String account)
BBuff Guest
-
Arthur Nesterovsky #3
Re: WebService Timeout Problem
Hi,
Did you check time settings both on the client and server?> We're experiencing a very intermittent problem with our web services
> timing out. Unfortunately the IIS and Event logs don't contain really
> any useful information about any problems that are popping up. Does
> anyone know of something we should look at in general? Below are the
> exception information and stack trace.
It seems they are different.
______________________________
With best wishes, Arthur Nesterovsky
Please visit my home page:
[url]http://www.nesterovsky-bros.com[/url]
Arthur Nesterovsky Guest
-
Yilmaz Kara #4
Re: WebService Timeout Problem
I am experiencing the same problem. This happens when I call the web service
for the first time after a long period of waiting time such as a couple of
hours. It acts as if it is sleeping, and trying to wake up. Somehow the
wakeup duration doesn't seem to be long enough, and returns with this
notorious timeout exception. When I try for the second time right after the
first failure it works very fast and returns successfully. First I thought
it must be due to the web service going into sleep mode, but now I am
suspicious about the SQL connection as well. May be it is the SQL server
because I happened to experience similar problems when I try to login
through an ASP.NET page, especially using SSL (https address).
I hope someone from MS could help us resolve this timeout issue, what to
blame among the web service, ASP.NET app or SQL server, and how to fix it.
Thanks,
Yilmaz
"BBuff" <thecomputerbuff@yahoo.com> wrote in message
news:a95578b2.0310271112.4c615137@posting.google.c om...System.Web.Services.Protocols.WebClientProtocol.Ge tWebResponse(WebRequest> I know this is going to be a very ambiguous question from the get-go,
> but here it goes.
>
> We're experiencing a very intermittent problem with our web services
> timing out. Unfortunately the IIS and Event logs don't contain really
> any useful information about any problems that are popping up. Does
> anyone know of something we should look at in general? Below are the
> exception information and stack trace.
>
>
> Exception Information
> *********************************************
> Exception Type: System.Net.WebException
> Status: Timeout
> Response: NULL
> Message: The operation has timed-out.
> TargetSite: System.Net.WebResponse
> GetWebResponse(System.Net.WebRequest)
> HelpLink: NULL
> Source: System.Web.Services
>
> StackTrace Information
> *********************************************
> atSystem.Web.Services.Protocols.HttpWebClientProtoco l.GetWebResponse(WebReques> request)
> at
t> request)
> at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
> methodName, Object[] parameters)
> at Colonial.Neptune.CampusWS.CampusWS.GetDependents(S tring key1,
> String key2)
> at Colonial.Neptune.TES.TESCampusWS.GetDependentsData (String
> identifier, String account)
Yilmaz Kara Guest
-
Unregistered #5
WebService Timeout Problem
Hi,
I run into the same problem with web service timeout issue as you (Yilmaz) described. Did you get a solution?
Thank youUnregistered Guest



Reply With Quote

