How to trap error in case of asynchronous web calls
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I am consuming a web service in VB.NET desktop application. I am using proxy class created from WSDL file using WSDL.exe utility. The call is asynchronous. Problem is if I provide wrong URL to call the web service, I do not receive any error. But if I am calling web service synchronously, it is giving error like "The Request failed with HTTP status 404: Not Found" I do not receive any error in case of asynchronous call, although the URL is wrong. Can anyone help? Regards, Amol
Every thing will come to you if you have faith.