标签: java web-services java-ee soap proxy
由于代理原因,我致电Soap Web服务时超时。我尝试使用
System.setProperty("https.proxyHost",proxy); System.setProperty("https.proxyPort",port); System.setProperty("https.proxyUser",user); System.setProperty("https.proxyPassword",password);
,但总是超时。有人可以给我另一个解决方案。
谢谢