I have a SOAP server that I wrote in Python, using SOAPpy,
and then I turned it into a Windows service using FireDaemon (http://www.firedaemon.com/). Its not
Open Source but its very cheap and works well. My company has bought 15
licenses so far and plans to buy more as we set up more SOAP
servers.
Martin Taylor
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Weimer
Sent: Monday, September 26, 2005 11:29 AM
To: [EMAIL PROTECTED]; python-win32@python.org
Subject: [Pywebsvcs-talk] 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 able to write NT service in Python before but I'm
not having much luck interupting the SOAP server when it's waiting for
reaquests. Any ideas?
Paul
Weimer
_______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32