AW: Regarding axis connection through proxy

2012-06-20 Thread Stadelmann Josef
ns - let me know. Josef Von: ThekkayilJoy Thomas [mailto:thekkayil...@gmail.com] Gesendet: Mittwoch, 13. Juni 2012 15:58 An: java-user@axis.apache.org Betreff: Re: Regarding axis connection through proxy Hi Josef, Thank you so much for your valuable response. Yes, i

Re: Regarding axis connection through proxy

2012-06-13 Thread ThekkayilJoy Thomas
* ** > > *Von:* ThekkayilJoy Thomas [mailto:thekkayil...@gmail.com] > *Gesendet:* Mittwoch, 13. Juni 2012 13:57 > *An:* java-user@axis.apache.org > *Betreff:* Re: Regarding axis connection through proxy > > ** ** > > Sorry for the typo for. > >>And yes, i have acces

AW: Regarding axis connection through proxy

2012-06-13 Thread Stadelmann Josef
Ursprüngliche Nachricht- Von: ThekkayilJoy Thomas [mailto:thekkayil...@gmail.com] Gesendet: Mittwoch, 13. Juni 2012 10:31 An: java-user@axis.apache.org Betreff: Regarding axis connection through proxy Hi, I am using axis client to create a socket and send the soap requests. Now the scenario i

Re: Regarding axis connection through proxy

2012-06-13 Thread ThekkayilJoy Thomas
ot work, make it work first: >> maybe you need to pass >> -Dhttp.proxyUser=youracount and >> -Dhttp.proxyPassword=yourpwd and maybe >> -Dhttp.auth.preference=Basic >> You may collect all that in a JAVA_OPTS environment variable. >> >> Josef >> >>

Re: Regarding axis connection through proxy

2012-06-13 Thread ThekkayilJoy Thomas
nd maybe > -Dhttp.auth.preference=Basic > You may collect all that in a JAVA_OPTS environment variable. > > Josef > > > > -Ursprüngliche Nachricht- > Von: ThekkayilJoy Thomas [mailto:thekkayil...@gmail.com] > Gesendet: Mittwoch, 13. Juni 2012 10:31 > An: java-us

AW: Regarding axis connection through proxy

2012-06-13 Thread Stadelmann Josef
connection through proxy Hi, I am using axis client to create a socket and send the soap requests. Now the scenario is like this. System 1 has no dns resolution. Data should go to Proxy 2 which is an http proxy. Proxy 2 will send the data to Web Service on System 3. [System 1 -> Proxy 2 -> Web S

Regarding axis connection through proxy

2012-06-13 Thread ThekkayilJoy Thomas
Hi, I am using axis client to create a socket and send the soap requests. Now the scenario is like this. System 1 has no dns resolution. Data should go to Proxy 2 which is an http proxy. Proxy 2 will send the data to Web Service on System 3. [System 1 -> Proxy 2 -> Web Service on System 3 having h