Checking connectivity to OIM server using OIM 11g R2 Java API
We have developed web services using OIM 11g R2 Java API. We are connecting to OIM server using OIMClient and noticed that some time it is taking 2-4 seconds to establish the connection. Currently we are making connection to OIM server for every web service call. By seeing the time taken to connect to OIMServer, We are planning to make connection once at the start up of the application and logging out at the application shut down. But there is possibility that in the life of application, connection to OIM server will time out or stale. So we want to