django-soap-server 0.0.0

django-soap-server's goal is to provide an example of best practices on how to write a SOAP 1.1 compliant server using Django.Why using django? Well, while I would really not recommend using django for a pure SOAP webserver (many other solutions would...