python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

Fixes #953 - AttributeError: 'list' object has no attribute 'verify' when you pass in list wsse

Open epetrovski opened this issue 5 years ago • 3 comments

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.

epetrovski avatar Apr 22 '20 18:04 epetrovski