mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 586 forks source link

Speed #1271

Open whitbydev opened 2 years ago

whitbydev commented 2 years ago

I have a speed issue. Calling a webservice that returns data sub second (via a browser) calling it with Zeep is taking between 6-15 seconds a time. Interrogating the WSDL is fine, but getting data from a function is too slow to be usable.