[python-win32] [Pywebsvcs-talk] Using SOAPpy Within a WindowsNT service

Mark Hammond mhammond at skippinet.com.au
Tue Sep 27 00:35:02 CEST 2005


As a matter of interest, is there a reason the pywin32 package wasn't able
to host your service for free?  It works quite well with a number of
sophisticated systems (including Zope) and even is supported by py2exe (so
you need not install Python itself)

Mark.
  -----Original Message-----
  From: python-win32-bounces at python.org
[mailto:python-win32-bounces at python.org]On Behalf Of Taylor, Martin
  Sent: Tuesday, September 27, 2005 4:52 AM
  To: Paul Weimer
  Cc: pywebsvcs-talk at lists.sourceforge.net; python-win32 at python.org
  Subject: Re: [python-win32] [Pywebsvcs-talk] Using SOAPpy Within a
WindowsNT service


  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: pywebsvcs-talk-admin at lists.sourceforge.net
[mailto:pywebsvcs-talk-admin at lists.sourceforge.net] On Behalf Of Paul Weimer
  Sent: Monday, September 26, 2005 11:29 AM
  To: pywebsvcs-talk at lists.sourceforge.net; python-win32 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20050927/8366c5e8/attachment.htm


More information about the Python-win32 mailing list