SOAPpy/ZSI/Twisted SOAP over stdin/stdout?

Jp Calderone exarkun at divmod.com
Tue Nov 30 10:04:31 EST 2004


On Tue, 30 Nov 2004 14:25:50 GMT, Harry George <harry.g.george at boeing.com> wrote:
>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?
> 

  Twisted can run any protocol over stdio.

  Check out

    http://twistedmatrix.com/documents/current/examples/stdin.py

  and

    http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

  Jp



More information about the Python-list mailing list