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
.
-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
- 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
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
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