Web Service Response Issue
-
Hi all, I am calling a web service it's respond very slow , what i want to do if web service reponse take more than 30 second then i want to display timeout message. Please help... Thanks Prabhakar Dwivedi
prabhakar dwivedi
-
Hi all, I am calling a web service it's respond very slow , what i want to do if web service reponse take more than 30 second then i want to display timeout message. Please help... Thanks Prabhakar Dwivedi
prabhakar dwivedi
You have asked the same question over here, http://www.codeproject.com/Messages/3217042/Calculating-Web-Service-Response-Time.aspx[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
You have asked the same question over here, http://www.codeproject.com/Messages/3217042/Calculating-Web-Service-Response-Time.aspx[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
Yes But looking for the rit answer... can u help me Thanks
prabhakar dwivedi
-
Hi all, I am calling a web service it's respond very slow , what i want to do if web service reponse take more than 30 second then i want to display timeout message. Please help... Thanks Prabhakar Dwivedi
prabhakar dwivedi
Is it because of DNS lookup of your web server or your actual web method is doing huge task? :confused: I have already told you, you need to use Async method to do this. Otherwise the control will not be coming back until the response is made totally. Use HttpRequest object to get Soap response from the client. :)
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.