How to query JDBC Adapter DB information in Developer?

Can anyone tell me what service I would run in webMethods Developer if I wanted to query a JDBC Adapter that I have set up on the IS Admin screen (Adapters/JDBC Adapters/Connections), so that information such as serverName, user name, databaseName, and DataSource class is returned to me in Developer? Is there such a service? If so, please let me know how to run it.

Thanks!

John

I don’t think so there is no service which returns DB parmeters information on IS Admin page

You need to write a java service for this
Below methods Can give you some information you are looking for

DBConnection—>getURL() , getUser()
JDBCConnection—>getDriverName()