0

Possible Duplicate:
What's the best SOAP client library for Python, and where is the documentation for it?

We've got lots of questions asking about SOAP support in Python, but none very recent.

What are some good SOAP libraries right now for python?

In my case, I'm using python 2.7 with Django, and I want to communicate with someone else's SOAP service (which as far as I know doesn't publish WSDL - they just provide XSD).

Promising projects include:

Community
  • 1
  • 1
Marcin
  • 48,559
  • 18
  • 128
  • 201
  • Please edit your previous question instead of posting a new one. This one is getting closed as duplicate in a few minutes – CharlesB Oct 17 '11 at 10:52
  • @codeape: Not really - the question you link dates from 2008, and doesn't have any particularly good answers since 2009. – Marcin Oct 17 '11 at 10:59
  • 1
    Agreed. As I said in a reply to your other (deleted) question: I have used suds with success. I suggest you do a quick interactive test using suds, to see if it is compatible with the service. – codeape Oct 17 '11 at 11:17
  • @codeape: I'm unwilling to do that, given that it's a government web service that supports tests using a test flag on the live service. Ugh. – Marcin Oct 17 '11 at 11:22
  • What's the worst thing that could happen? – codeape Oct 17 '11 at 11:25
  • @codeape: I incur fees, I technically commit a crime, and I get banned from using this service on which my business model hinges. – Marcin Oct 17 '11 at 11:28
  • OK, I see. Even when using the test flag? – codeape Oct 17 '11 at 11:30
  • 1
    Without actually invoking the service, you could at least give suds the WSDL and see if it accepts it. – codeape Oct 17 '11 at 11:32

0 Answers0