Hello All,
Invoking remote service in my cxf client ends up with UnknownHostException -
please tell me how I can modify proxy setings used to make call.
I've tried already
System.setProperty("https.proxyHost", PROXY_URL);
System.setProperty("https.proxyPort", PROXY_PORT);
without lack.Any help will be appreciated, Maciej
