3rd Party Service call works with Concurrent Program but same service call fails via OAF page
Hi All,
We have a new 12.2.12 environment - Oracle E-biz.
The functionality is to validate the supplier address with 3rd Party API call.
The Service call creates Bearer Key token , send the payload(address entered by user) and receives the response back with suggestion to correct the address.
This functionality works when we call the Service via Java concurrent program.
However same functionality fails when the Service call done via OAF page. Reason for failure is Bearer Key Token is not getting generated.
Please not there the Java concurrent program successfully creates the token and fetches the response as well.