Hi, here's some context before I start to ask my question
Java version: 17
Gradle version: 8.0
Plugin used to generate stub: https://github.com/yupzip/wsdl2java
WSDL file I am referring to: https://selectapi.datascope.refinitiv.com/DataScopeApi/v1/ExtractionService.asmx?WSDL
Currently I am trying to call ValidateInstruments soap api, and I believe I have to provide the credential in the soap header but I don't know where can I set the credential header, below are the ValidateInstruments web method generated by the wsdl2java plugin
The InstrumentValidationRequest object:
Please help me with this, thanks in advance.