Async Web Service call problem?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have problem with calling websevice method Asyncronously using WebService behavior. I can not make more than two request simultaneously to webservice. If I call webservice method 3rd time, it won't event go to web service until response of 1st or 2nd is received. But if I use the same web service in a windows application using Proxy. I can invoke web service method any number of times Asyncronously without waiting for response for the pervious calls. Does anyone know why its behaving like this?:mad: Is there any way to solve this problem? Thanks in advance. Sanjeev