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.

link|improve this question
Can you post the code where you call the start method? – Stuart Dunkeld Jul 27 '11 at 10:13
Hi its as simple as making a refrence to the web service using vs and saying webservice w = new webservice(); w.start(); i just want it to return from that call as the webserivce can run for an hour in some cases, so the windows service can end and just sit there as it is not longer required. – ali Jul 27 '11 at 10:18
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.