tiaguinho / gosoap

🦉SOAP package for Go
MIT License
507 stars 176 forks source link

Question: Does Gosoap support header security? #91

Open FoksVHox opened 1 year ago

FoksVHox commented 1 year ago

Hello!

I'm currently working on a project where I need to authenticate with a Security Header. The headers must contain a BineryToken, Timestamp and a signature which must be calculated for a .p12 certificate. Does gosoap support this?