I am looking to create a web service in Python, but none of the libraries/tools I have looked at appear to be actively maintained. I am looking to build a server using SOAP. Don't need to build a client at the moment as I can test using soapUI but will need to write a client at some point.
The ones I have already looked at include
- ZSI
- SOAPpy
- SUDS
- rpclib (formerly soaplib)
Can anyone recommend any more that might be maintained a bit more regularly?