Endless loop when calling a Webservice
When calling an external Webservice we get a log of type:
"The following requests seems to loop endless or are blocked:"
According to an answer in another post:
The endless loop logs occur when:
- List item
a normal user request is running for longer than 5 minutes
- List item
a system user task is running longer than 1 hour
How could be provoke such an error?
And how could we prevent such an error when it occurs on a WebService call? Maybe by defining a Timeout on the Webservice call?
Does a default timeout for the WS Call exist?