Hello
I am trying to get details of destination defined in Hana Cloud Platform account using neo java web sdk. In sdk, there is an interface ConnectivityConfiguration, but how can I get instance of this? Using context lookup, I can get the instance of HttpDestination. But how can I get instance to ConnectivityConfiguration/DestinationConfiguration? I need some property values defined in the destination at runtime.
javax.naming.Context ctx = new javax.naming.InitialContext();
(HttpDestination) ctx.lookup(destinationPath);
Please advice.
Thanks
Tejo