https://github.com/hooklift/gowsdl/blob/2a06cec86c50a61d8b43fae529174ef340bc9c34/soap/soap.go#L198 `WSSSecurityHeader` currently does not support adding `Timestamp` into the header: https://docs.oasis-open.org/wss-m/wss/v1.1.1/csprd01/wss-SOAPMessageSecurity-v1.1.1-csprd01.html#_Toc295509219 Would be great to add that support
gowsdl/soap/soap.go
Line 198 in 2a06cec
WSSSecurityHeadercurrently does not support addingTimestampinto the header: https://docs.oasis-open.org/wss-m/wss/v1.1.1/csprd01/wss-SOAPMessageSecurity-v1.1.1-csprd01.html#_Toc295509219Would be great to add that support