Hi I am trying to start a web service from windows. I just want to cvall the start method created in the web service and let it do its job.
All i want to do here is webservice.start and the windows service can be idle again as it requires no feedback from the asmx service because the asmx takes care of all its own details.
I have got this working but am finding that i have to make the call in a try/catch loop the avoid the timeout error as it seems like the windows service just makes the call and holds for a response.
Any help appreciated thanks in advance.