Tagged Questions
1
vote
2answers
1k views
SOAP Request Timeout in Console App (.NET)
I have a SOAP web service added to a console app and every time I make a specific call its timing out on me. Other calls work fine. How do I increase the timeout length in a console app? Seems like ...