InvokerLocator locator = new InvokerLocator(getTransport() + "://localhost:" + port);
client = new Client(locator, config);
client.connect();
// Test that parameters are properly set.
RemoteClientInvoker clientInvoker = (RemoteClientInvoker) client.getInvoker();
CustomSSLSocketFactory socketFactory = (CustomSSLSocketFactory) clientInvoker.getSocketFactory();
assertTrue(socketFactory.getSSLSocketBuilder().getTrustStoreType().equals("JKS"));
// assertTrue(socketFactory.gett.equals("JKS"));
}
catch (Throwable t)
{