How to create a soap service on django?

    2 answers 2

    Review on SO

    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
      • one
        SOAP is a protocol. It doesn't matter what the specific service is written on. - neoascetic