Hi,
I'm evaluating Twisted as a platform for doing some Python-based SOAP web service work. What's the current status of SOAP/WSDL support (both client and server) in Twisted? Is there some documentation I could refer to, besides the book (which I'll be getting in due course, if I decide to go further with this approach)?
Thanks, Dominic
Dominic Fox wrote:
Hi,
I'm evaluating Twisted as a platform for doing some Python-based SOAP web service work. What's the current status of SOAP/WSDL support (both client and server) in Twisted? Is there some documentation I could refer to, besides the book (which I'll be getting in due course, if I decide to go further with this approach)?
The ZSI project http://pywebsvcs.sourceforge.net/zsi.html provides a WS resource that you can add to your site. Then you can write service methods that implement your services, and write clients that use the twisted reactor.
It works great.
Dave