RE: help with proxy

2003-03-06 Thread thomas . cherel
Title: RE: help with proxy Forget about that one, miss-configuration on my side. My Axis client is now talking to the web service through the Microsoft ISA server proxy with basic authentication without any problems. I guess one possible improvement to Axis would be to have Digest

RE: help with proxy

2003-03-05 Thread thomas . cherel
. -Original Message- From: Nicola Muratori [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 5:58 AM To: [EMAIL PROTECTED] Subject: Re: help with proxy i've solved the bug. there is some confusion in environment variables!!! the correct values are: System.setPro

Re: help with proxy

2003-02-26 Thread Steve Loughran
- Original Message - From: "Nicola Muratori" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 02:57 Subject: Re: help with proxy > > many articles written in JavaWorld are in wrong!! please > send feedback to this arti

RE: help with proxy

2003-02-26 Thread Mike Burati
te... ..Mike -Original Message- From: Nicola Muratori [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 5:58 AM To: [EMAIL PROTECTED] Subject: Re: help with proxy i've solved the bug. there is some confusion in environment variables!!! the correct values are: System.setP

Re: help with proxy

2003-02-26 Thread Nicola Muratori
i've solved the bug. there is some confusion in environment variables!!! the correct values are: System.setProperty( "proxySet", "true" ); System.setProperty( "http.proxyHost", "linuxintra" ); System.setProperty( "http.proxyPort", "8080" ); System.setProperty("htt