Why do I get a connection error / timeout when using python suds to connect to Microsoft CRM?
- by Chris R
When I try to connect to an MS CRM web service using suds/python-ntlm, I am getting a timeout on requests. However, the code that I'm trying to replace -- which calls out to the cURL command line app to do the same call -- succeeds.
Clearly something is different in the way that cURL is sending the command data, but I'll be damned if I know what…