RE: Axis1.6 -- making Https calls

2012-05-07 Thread Nandeesh Kaggere
Thanks! That's where I am heading to. Will keep you posted. Nandeesh -Original Message- From: George Stanchev [mailto:gstanc...@serena.com] Sent: Monday, May 07, 2012 5:04 PM To: java-user@axis.apache.org Subject: RE: Axis1.6 -- making Https calls The server is using a certificate

RE: Axis1.6 -- making Https calls

2012-05-07 Thread George Stanchev
The server is using a certificate that is not in your JDK truststore. Import the service SSL certificate in the cacert file that belongs to your JDK. From: Nandeesh Kaggere [nkagg...@camsbycbs.com] Sent: Monday, May 07, 2012 2:01 PM To: java-user@axis.apa