I want to consume a OAuth secured SOAP API in Mule 4. I want to know how can I pass the bearer token in a header.
I tried almost all the things by using transport header and writing as edit inline with key as Authorization and value as Bearer TOKEN_VALUE.
However nothing is working. Let me know how to consume it.