SOAPpy/ZSI/Twisted SOAP over stdin/stdout?

Harry George harry.g.george at boeing.com
Wed Dec 1 10:39:28 EST 2004


Harry George <harry.g.george at boeing.com> writes:

> Normally the SOAP Servers are designed to take control of a port and
> run their own sockets via inheritance from SocktServer.
> 
> But under inetd and xinetd, the port is controlled elsewhere and the
> service just gets the stdin/stdout. I need to configure (or tweak) one
> of the SOAP servers to use that connection.
> 
> Has anyone done this with any of the above named SOAP servers?
> Recommmendations or hints if I try it myself?

First, thanks for the hints - I definitely want to investigate Twisted
"basic".  Second, I've solved it by doing an xinetd "redirect".  Do
external control on one port, then pass the data to an internal-only
port which is watched by the SOAP server.

-- 
harry.g.george at boeing.com
6-6M21 BCA CompArch Design Engineering
Phone: (425) 294-4718



More information about the Python-list mailing list