Reputation: 33
First off, let me clarify the platforms we are using. We have an ASP.NET 2.0 app calling a web service which was created and is hosted on webMethods (now SoftwareAG) Integration Server 7.1.2.
The issue we are experiencing appears to occur every 10-20 minutes under a moderate volume of attempts. The .NET app tries to call the web service and gets the "System.Net.WebException: The request was aborted: The request was canceled" error message. There are no errors logged on the Integration Server when this problem occurs.
Any help/suggestions would be much appreciated!
Upvotes: 0
Views: 1823
Reputation: 116
Which logs have you checked on the Integration server and with log levels have you applied? You could e.g. check if a HTTP connection could be established.
Upvotes: 0