#29906

Thanks PD4ML team, how to configure PD4ML to go via company proxy or other means by doing programatically . Any link for some samples.

PD4ML version used in my project is 370.
Up on browsing and going through pd4ml guide i found below sample code. But the constant PD4Constants.PD4ML_HTTP_PROXY was introduced in version 371.
So is there any work around for version 370?
Map m = new HashMap();
m.put(PD4Constants.PD4ML_HTTP_PROXY, proxyHost + “:” + proxyPort);
pd4ml.setDynamicParams(m);

Thanks in advance.