RE: problem connecting to webservice through proxy

2004-06-16 Thread Shailesh Khare
ath [mailto:[EMAIL PROTECTED] Sent: Wed 6/16/2004 6:45 PM To: [EMAIL PROTECTED] Cc: Subject: Re: problem connecting to webservice through proxy System.setProperty("https.proxyHost",PROXYHOST);   System.setProperty("https.proxyPort",PROXYPORT);   Use this t

RE: problem connecting to webservice through proxy

2004-06-16 Thread nishit.kumar
MAIL PROTECTED] Cc: Subject: Re: problem connecting to webservice through proxy System.setProperty("https.proxyHost",PROXYHOST); System.setProperty("https.proxyPort",PROXYPORT); Use this to set the

Re: problem connecting to webservice through proxy

2004-06-16 Thread Dhanush Gopinath
, June 16, 2004 6:44 PM Subject: RE: problem connecting to webservice through proxy Hi All, I am trying to connect to the  MapPoint webservice using axis. The application is deployed behind a corporate firewall because of which the request needs to go through the proxy. Can anyon

RE: problem connecting to webservice through proxy

2004-06-16 Thread nishit.kumar
Hi All, I am trying to connect to the MapPoint webservice using axis. The application is deployed behind a corporate firewall because of which the request needs to go through the proxy. Can anyone suggest how to set proxyAddress, port, userId and password in Axis. Thanks & Regards, Nishit