How to add custom authentication in SOAP Header

Hi Team,

Kindly let me know the method to add below custom authentication in SOAP Header.

Joe en_US

Best Regards,

Sujan

Custom Header structure as below:

Joe ILoveDogs ARSystem en_US ```

You could pass the headers in the request body.
Please refer to the below link for more details:
https://test-discourse.kore.ai/t/modify-the-body-of-a-soap-post-call-in-a-web-service-node/135

Thank a lot Subramanyam.
Issue resolved. Now I can invoke SOAP web Service with custom headers.