PySimpleSOAP - Python Simple SOAP library for client and server web-services interfaces, aimed to be as small and easy as possible, supporting most common functionality.
I'm trying to call a SOAP service from the Dutch government land register (WSDL here) with PySimpleSoap. So far I …
python xml soap wsdl pysimplesoapFirst time using SOAP and wondering how can I make a simple SOAP request using django? I haven't yet tried …
django soap pysimplesoap