I was looking into com.sap.core.connectivity.api.configuration.ConnectivityConfiguration.getConfigurations() api, to get the list of all the destinations in the subscriber’s account.
This api demands account name as a parameter.
To this api, I tried passing account name. This throws an exception.
And the exception’s message returns empty string.
Tried Passing account’s display name ( containing spaces). And this returns illegal character exception ( because of empty spaces).
Any thoughts on how to tackle this?
Am i passing the right parameter?
Note: I have done proper context binding.
Regards
Chan