innerClientInvoker = InvokerRegistry.createClientInvoker(locator, configMap);
if (!innerClientInvoker.isConnected())
{
innerClientInvoker.connect();
}
/**
* Sending null client id as don't want to trigger lease on server side.
* This also means that client connection validator will NOT impact client
* lease, so can not depend on it to maintain client lease with the server.