Hi guys.
I was thinking about a way to dynamically change the parameters of an ODI Tool based on the settings of a DataServer.
So I created a dummy DataServer with Host as the IP Address of the server I wish to reach and set the user/pass that I will use to authenticate.

Then I coded a variable with odiRef.getInfo to get those informations, but both results return nothing because this API works based on a interface execution. I didn't found an API to get those values from a package.

Is there a way to get this based only in a Logical Schema, like: odiRef.getDataServerInfo("LS_OF_THE_DATASERVER", "DSERV_NAME") so I can use it like this:
