|
|
愉快的钥匙扣 · 中国人民银行 ...· 4 月前 · |
|
|
至今单身的啄木鸟 · 『金田一少年の事件簿 File(34)』(さ ...· 2 年前 · |
|
|
有胆有识的小狗 · 有关仙子的修行萧曦月26素手遮阴全五分好评作 ...· 2 年前 · |
|
|
瘦瘦的绿茶 · Shell脚本获取格式化日期与时间 - ...· 2 年前 · |
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.