I am using suds-jurko==0.6
, but its very slow when i try to connect to remote SOAP Server with caching and local WSDL.
Can anyone suggest faster, more active/recent SOAP client for Python?
I am using suds-jurko==0.6
, but its very slow when i try to connect to remote SOAP Server with caching and local WSDL.
Can anyone suggest faster, more active/recent SOAP client for Python?
While I couldn't find an alternate lib, I was able to run suds over multiprocessing using pathos.multiprocessing package.