How would I validate a wsdl document using python?
How would 开发者_Go百科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
You could use SOAPpy, like this. You could also have a look at the info in this answer.
精彩评论