Re: HELP: SOAP SSL PROXY-problems

2002-07-08 Thread Amazing Arny
PROTECTED] >Subject: Re: HELP: SOAP SSL PROXY-problems >Date: Mon, 8 Jul 2002 21:14:36 -0700 (PDT) > > >Hi friends, >Using this code for Proxy Setting: > // create the transport and set parameters >SOAPHTTPConnection soapTran = new SOAPHTTPConnection(); > // proxy s

Re: HELP: SOAP SSL PROXY-problems

2002-07-08 Thread Hung Nguyen Quang
Hi friends, Using this code for Proxy Setting:  // create the transport and set parameters   SOAPHTTPConnection soapTran = new SOAPHTTPConnection();  // proxy settings   soapTran.setProxyHost(strProxyHost);   soapTran.setProxyPort(nProxyPort); Best wishes, Hung Amazing Arny <[EMAIL PROTECTED]> wrot

Re: HELP: SOAP SSL PROXY-problems

2002-07-05 Thread Niclas Hedhman
On Friday 05 July 2002 16:52, Amazing Arny wrote: > Hi Niclas, > > Java: 1.3.1_02 > JDeveloper: 9.0.2.788 > OC4J: 9.0.2.0.0 And in JDK < 1.4, I think you need to install Java SSL extension, which is part of the JDK 1.4 distro. Niclas -- To unsubscribe, e-mail: For

Re: HELP: SOAP SSL PROXY-problems

2002-07-05 Thread Niclas Hedhman
Version of JDK??? On Friday 05 July 2002 15:55, Amazing Arny wrote: > Hi, > > I got a working SOAP-service over SSL without client-certificates. Now I'm > trying to connect to the service trough a proxy with the next code: > System.setProperty("https.proxyHost",""); > System.setProperty("https.

HELP: SOAP SSL PROXY-problems

2002-07-05 Thread Amazing Arny
Hi, I got a working SOAP-service over SSL without client-certificates. Now I'm trying to connect to the service trough a proxy with the next code: System.setProperty("https.proxyHost",""); System.setProperty("https.proxyPort","80"); I keep getting the next error: [SOAPException: faultCode=SOAP-