How to send x-api-key as header when calling an external API from Bpel 12C in SOA suite
Hi,
I need to call and AWS API endpoint from Bpel 12C from SOA composite and pass "x-api-key" header and its value from Bpel to the AWS API.I tried sending this using property and header features that I see within invoke activity i.e when I double click on invoke activity there are tabs called header and properties I tried sending in both ways but bpel is unable to send header and getting below error when I test.this is urgent request,Please respond with solutions.
Error getting from Bpel:
<remoteFault xmlns="">
<part name="summary">
<summary>oracle.fabric.common.FabricInvocationException: Unable to invoke endpoint URI "" successfully due to: javax.xml.soap.SOAPException: Bad response: 403 Forbidden from url </summary>