2 answers
Personally, I used SUDS, see the documentation for examples. SOAPPy, which is described in Dive Into Python, I strongly advise.
|
Use soaplib (+ there are still a lot of analogues). In RuNet, full of descriptions, including and integration with Django.
- and if you already have a soap service on .net - how can you turn to it from django? can be an example - mrshakirov
- oneSOAP is a protocol. It doesn't matter what the specific service is written on. - neoascetic
|