![]() |
淡定的松树 · java - Unable to ...· 1 年前 · |
![]() |
讲道义的罐头 · gson.internal.LinkedTr ...· 1 年前 · |
![]() |
空虚的香烟 · 报错解决——ImportError: ...· 2 年前 · |
![]() |
谦和的数据线 · 使用 ROOT 选项将根节点添加到 ...· 2 年前 · |
![]() |
淡定的松树 · java - Unable to decrypt gpg passphrase with org.apache.maven.plugins:maven-gpg-plugin:3.0.1:sign - Stack Overflow 1 年前 |
Hi arun,
Try this prior to creating the SoapBindingStub instance:
Properties props= new Properties(System.getProperties());
props.put("https.proxySet", "true");
props.put("https.proxyHost", "localhost");
props.put("https.proxyPort", "8082");
Properties newprops = new Properties(props);
System.setProperties(newprops);
Of course, change localhost to your proxy host and the port to your proxy host port.