How to consume SOAP Web Service secured with OAuth in Mule 4

347 views Asked by At

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.

0

There are 0 answers