cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Cloud SDK access Extension Suite Data/Lists of Destinations available/Groups

collinjona
Explorer

Hi all,

I was wondering if they are any possibility with the sap cloud SDK for java to consume some API used by the cockpit?

For example:

So I would like to consume this service throw my java application, is it possible ? Or does any class/library available in the com.sap.cloud SDK that do the jobs?

View Entire Topic
gregorw
Active Contributor
0 Kudos

According to the URL of the endpoints you've posted I guess you're asking about SAP BTP Neo Environment. Maybe you check first the API's at https://api.sap.com/products/SAPCloudPlatform/apis/REST and filter by Neo.

collinjona
Explorer
0 Kudos

Hi Gregor,

Thanks for the reply, however none of this provide me the information needed... Maybe some API can be like Destinations...

I have read in the link below: https://help.sap.com/viewer/b865ed651e414196b39f8922db2122c7/Cloud/en-US/68231e0cd13b4c5a9aedbfdea1e...

and more of the section :

Connecting to a Local Host
To create a loopback connection, you can use the dedicated HTTP port bound to localhost. The port number can be obtained from the cloud environment variable HC_LOCAL_HTTP_PORT.

Do you think it's possible to use this way from my Java application to consume ajax service directly?

collinjona
Explorer
0 Kudos

Hello,

Find something interesting looking this: https://help.sap.com/viewer/cca91383641e40ffbe03bdc78f00f681/Cloud/en-US/d31bdd53b57744fcb9eb9c93556...

We can access Destination in the SAP BTP throw JNDI lookup does any other JNDI available ?