1

How would I validate a wsdl document using python?

Which python frameworks would I use?? Could I do it with just a few lines of code?? Are there any really succinct web services libraries out there?? Code examples appreciated.

thanks

murungu
  • 2,090
  • 4
  • 21
  • 45

1 Answers1

1

You could use SOAPpy, like this. You could also have a look at the info in this answer.

Community
  • 1
  • 1
urschrei
  • 25,123
  • 12
  • 43
  • 84