Click here to Skip to main content
16,022,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to call SOA service from my VS 2008 application.While debugging when I reached that particular line of code I am getting function evaluation timed out exception is trown. I am not getting any response from the service. It would be appriciated if somebody could help me.

Thanks,
Dilip.
Posted
Comments
Muralikrishna8811 30-Sep-11 8:19am    
Hi,
Check your authentication variables are correct or not.
BobJanova 30-Sep-11 10:07am    
Are you actually connected to the network that the service is on? Is the service available? Are you authenticated to use it (though generally a service will actively reject you if you aren't, instead of just timing out the request)?

1 solution

Check you web.config file and see the timeout limit, increase that, it will work
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900