Sunday, January 31, 2021

Re: Django site as SOAP endpoint


Hi Fenrir,

You may give Spyne (http://spyne.io/) a try.
It is a RPC framework that can handle SOAP requests and has a Django integration.
Spyne has a couple of drawbacks - IMHO it tries to do too any things and may be somewhat complex - but it does the job.

Hopes this will help,
Xavier O.
Le dimanche 31 janvier 2021 à 08:45:51 UTC+1, fenrir...@gmail.com a écrit :
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?




--
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/e67f9700-d881-454d-8c8f-897362331cd2n%40googlegroups.com.

No comments:

Post a Comment