python-zeep
python-zeep copied to clipboard
Fixes #953 - AttributeError: 'list' object has no attribute 'verify' when you pass in list wsse
A simple bugfix for #953 'AttributeError: 'list' object has no attribute 'verify'' that occurs when the user passes in a list with UsernameToken() and Signature() to the wsse argument in the Client class.