Thanks, that appears to have solved the problem.  I was setting the proxyHost and proxyPort properties instead of the http.proxyHost and http.proxyPort.  I think the proxyHost and proxyPort may be used by something else I have used before.  One disadvantage to doing this, I believe, is that all SOAP calls in an application will be affected by these property changes instead of just an individual call. 

 

Rick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent:
Monday, October 06, 2003 10:12 AM
To: [EMAIL PROTECTED]
Subject: Re: Setting proxy in Axis

 


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

Reply via email to