Hi Alex,

For some reason, I did not notice this message until now.

The patch looks fine, if you can send a pull request, I can merge it.

Best,
Burak

On 08/24/12 23:45, Alex Railean wrote:
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


--
Burak Arslan
Tech lead, Arskom Group
Esin Sok. 3/6 34734
Kozyatağı, İstanbul
Mobile: +90 532 242 4841
Office: +90 216 411 6800
http://arskom.com.tr

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

Reply via email to