How to pass bearer token in SOA calling external WSDL
How to pass bearer token in SOA Composite while calling a SOAP WS WSDL End Point.
SOA 12C On Prem(Not cloud)
I got confirmation from Oracle Team it is not supported in OWSM, but they are not sure if its supported in SOA Composite
For calling REST end point we pass below in SOA Composite(Invoke property(
<bpelx:toProperty name="rest.binding.http.Authorization">'Bearer BDJDSJJ'</bpelx:toProperty>
</bpelx:toProperties>
Pls don't share how to test in SOAP UI