Calling an external REST API via an ADF REST DataControl
Summary
Calling an external REST API via an ADF REST DataControlContent
Hi,
I'm using JDev 12.2.1.2.0 and created a small sample which uses an external REST service (e.g. api.spotify.com) to get some data from the service. A REST DataControl in then build from this REST service. Running the application on the integrated wls and/or a stand alone WLS 12.2.1.2 returns the right data. When I run the application on the JCS instance the REST calls are not working. All I get in hte logs is
Exception in invoking HTTP method GET from Rest data control. Cause: javax.ws.rs.ProcessingException: java.net.ConnectException: Tried all: 3 addresses, but could not connect over HTTPS to server: api.spotify.com port: 443
1