Sunday, January 31, 2021

Re: Django site as SOAP endpoint

On January 31, 2021 1:44:46 AM CST, Fenrir Sivar <fenrir.sivar@gmail.com> wrote:
>I'm working on a project where one of the remote parties requires us to
>serve a SOAP api. I have plenty experience with DRF, but only found
>soap
>client examples (using The 'zeep' module: zeep==soap in Dutch) which I
>use
>to call the SOAP api from the other party . There is django-soap-server
>but
>the latest version is 10y old)
>
>Does anyone have experience with django as soap endpoint recently?

I don't, but if I had to time travel back to the 90's and offer a SOAP API here's what I'd do. Twisted offers a SOAP API server:

https://docs.twistedmatrix.com/en/twisted-18.7.0/web/howto/xmlrpc.html#soap-support

I'd start with that and call Django models from Twisted.

Best of luck with your remote party from the past 😉

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/B5D11174-A752-44B5-9700-872CA38EE62A%40fattuba.com.

No comments:

Post a Comment