I had the same problem with our proxy. I used SOAP to call outbound to thru our proxy.
The solution is simple:
java -Dhttp.proxyHost=gartmore.net -Dhttp.proxyPort=80 -Dhttp.proxyUser=ashokp -Dhttp.proxyPassword=mypassword JavaProgram
You would need additional authentication to your Webservices application if needed.
Regards
Ashok Priyadarshan
Applications Specialist
Gartmore Global Investments
1200 River Road
Conshohocken, PA 19428
(484) 530-1503
http://www.gartmore.us
- Setting proxy in Axis Richard . G . Kuzenski
- RE: Setting proxy in Axis priyada2
- RE: Setting proxy in Axis Richard . G . Kuzenski