xfire 可以通过如下方式设置代理:
1 2 |
client.setProperty(CommonsHttpMessageSender.HTTP_PROXY_HOST, httpProxyHost); client.setProperty(CommonsHttpMessageSender.HTTP_PROXY_PORT, httpProxyPort); |
需要注意的是,该代理配置并不作用于下载wsdl
DevOps
xfire 可以通过如下方式设置代理:
1 2 |
client.setProperty(CommonsHttpMessageSender.HTTP_PROXY_HOST, httpProxyHost); client.setProperty(CommonsHttpMessageSender.HTTP_PROXY_PORT, httpProxyPort); |
需要注意的是,该代理配置并不作用于下载wsdl