Silly question - What id you're going out to an SSL site and you need to do this?
Shaun.Farrugia. . [EMAIL PROTECTED]
perm. desk.734.887.2148. . .cell.313.363.5006
aim.dier0b0t . . .
Jim Azeltine <[EMAIL PROTECTED]>
10/07/2005 10:49 AM
|
|
You may also need the following (I did):
System.setProperty("http.proxyUser", "myuser");
System.setProperty("http.proxyPassword", "mypassword");
Jim
"Coyne, Jimmy" <[EMAIL PROTECTED]> wrote:
try
System.setProperty("http.proxyHost", "your.proxy.name");
System.setProperty("http.proxyPort", "your.port.number");
That should work.
- -----Original Message-----
From: Huang, Yuming, ALABS [mailto:[EMAIL PROTECTED]]
Sent: 06 October 2005 21:03
To: [email protected]
Subject: How to set proxy?
Hello,
The WSDL2Java command works for local/intranet urls but fails to connect to outside urls.
I can view the wsdl using IE. My question is, seems to me Axis does not use IE's proxy setting,
How to proxy to Axis?
java org.apache.axis.wsdl.WSDL2Java (WSDL-file-URL)
Thanks a lot.

