'How to consume SOAP Web Service secured with OAuth in Mule 4
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
