Re: [python-win32] Using SOAPpy Within a Windows NT service

2005-09-27 Thread Amit Upadhyay
On 9/26/05, Paul Weimer <[EMAIL PROTECTED]> wrote: I have a web service written in SOAPpy that is working fine; it is currently run from a batch file as a scheduled task on a WIndows server. My support folks would like it to be run as an NT service. I have been able to write NT service in P

Re: [python-win32] Using SOAPpy Within a Windows NT service

2005-09-26 Thread Mark Hammond
D]; python-win32@python.org Subject: [python-win32] Using SOAPpy Within a Windows NT service I have a web service written in SOAPpy that is working fine; it is currently run from a batch file as a scheduled task on a WIndows server. My support folks would like it to be run as an NT service. I have been

[python-win32] Using SOAPpy Within a Windows NT service

2005-09-26 Thread Paul Weimer
I have a web service written in SOAPpy that is working fine; it is currently run from a batch file as a scheduled task on a WIndows server. My support folks would like it to be run as an NT service. I have been able to write NT service in Python before but I'm not having much luck interuptin