} catch (MalformedURLException e) {
e.printStackTrace();
}
}
SearchService_Service ss = new SearchService_Service(wsdlURL, SERVICE_NAME);
SearchService port = ss.getSearch();
// Configure Turststore and KeyStore for SSL Client Authentication.
Client client = ClientProxy.getClient(port);
HTTPConduit conduit = (HTTPConduit) client.getConduit();