SOAPpy/ZSI/Twisted SOAP over stdin/stdout?

H

Harry George

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?
 
H

Harry George

Harry George said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top