Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "webservice.py", line 267, in <module>
  3. a= GetStatus("sds123")
  4. File "webservice.py", line 118, in GetStatus
  5. r = client.service.GetStatus(trackId)
  6. File "/usr/local/lib/python3.7/site-packages/zeep/proxy.py", line 45, in __call__
  7. kwargs,
  8. File "/usr/local/lib/python3.7/site-packages/zeep/wsdl/bindings/soap.py", line 130, in send
  9. return self.process_reply(client, operation_obj, response)
  10. File "/usr/local/lib/python3.7/site-packages/zeep/wsdl/bindings/soap.py", line 185, in process_reply
  11. client.wsse.verify(doc)
  12. File "/usr/local/lib/python3.7/site-packages/zeep/wsse/signature.py", line 73, in verify
  13. _verify_envelope_with_key(envelope, key)
  14. File "/usr/local/lib/python3.7/site-packages/zeep/wsse/signature.py", line 309, in _verify_envelope_with_key
  15. raise SignatureVerificationFailed()
  16. zeep.exceptions.SignatureVerificationFailed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement