Does Spyne support TLS security and server-to-client requests (communication symmetry) through the usage of the ZMQ underlaying transport?
Spyne's API reference (http://pythonhosted.org/spyne/reference/index.html) and, in case of the ZeroMQ server it says:
class spyne.server.zeromq.ZeroMQServer(app, app_url, wsdl_url=None)[source]
transport = 'http://rfc.zeromq.org/'
... where it links to the RFC of the ZeroMQ organization. I do not know whether this involves that all transport protocols (including TLS) are supported by Spyne since ZeroMQ supports them.