> Look it up in the twisted docs and let me know as well.
I found a solution, this wasn't possible out of the box, so a change
had to be applied in spyne:
https://github.com/ralienpp/rpclib/commit/bcca45bca309963771e2d720ac954e16610a8df3

Have a look and let me know if this looks right. If so, I will also
modify the examples, so this feature is reflected in them as well.


It is used like this:

        from spyne.util.wsgi_wrapper import run_twisted
        run_twisted(((wsgi_app, 'myapp'),), 7789, None, '192.168.1.4')

        OR

        run_twisted(((wsgi_app, 'myapp'),), 7789, None) #listen any

_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to