Has anyone combined soap.py or suds with python-ntlm?

Posted by Chris R on Stack Overflow See other posts from Stack Overflow or by Chris R
Published on 2010-03-25T14:57:18Z Indexed on 2010/03/25 15:23 UTC
Read the original article Hit count: 384

Filed under:
|
|
|
|

I'd like to replace an app's current (badly busted and crufty) cURL-based (cURL command-line based!) SOAP client with suds or soap.py. Trouble is, we have to contact an MS CRM service, and therefore must use NTLM. For a variety of reasons the NTLM proxy is a bit of a pain to use, so I'm looking into python-ntlm to provide that support.

Can suds or soap.py be made to use this authentication method? If so, how? If not, any other suggestions would be fantastic.

© Stack Overflow or respective owner

Related posts about python

Related posts about soap