mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.87k stars 579 forks source link

I am trying to feed IssuedToken to zeep for authentication #1338

Open fatihenesusta opened 1 year ago

fatihenesusta commented 1 year ago

I need to be able to feed issuedtoken to zeep in order to get authentication however i could not figure out a way to do so. Here is the link that i am trying to reach.

https://maks.nvi.gov.tr/services/wsdl.ashx?service=YapiBelgeIslemleri

here is the part that i am describing:

`

https://kimlikdogrulama.nvi.gov.tr/services/issuer.svc/IWSTrust13
https://kimlikdogrulama.nvi.gov.tr/services/issuer.svc/mex
http://docs.oasis-open.org/ws-sx/ws-trust/200512/SymmetricKey
` I already have a token, is there a way to do it by using Zeep?