Programmingly query OSB Serivce configuration info (like timeout and dispatch policy)
We have thousands of OSB services (Proxy and Business) deployed in proudction. we need to check the congiruation information for them (like the timeout settings and dispatch policy settings). We tried the JMX monitoring API but it looks like that API did not expose the com.bea.wli.sb.services.ServiceInfo Object.
so my question is: is JMX API exposed com.bea.wli.sb.services.ServiceInfo Object object, if so, through which MBean we can access it?
if anwer to above question is no, can you please let me know if there is any other way we can programmingly query service configuration info?