RE: SSL communication problem with axis webservice client

2010-06-28 Thread Betts, Hendry
keystore.exists()) { System.setProperty("javax.net.ssl.trustStore",keystore.getPath()); System.setProperty("javax.net.ssl.trustStorePassword",keystorePass); } } From: Nirmish Dholakia [mailto:[email protected]]

Re: SSL communication problem with axis webservice client

2010-06-19 Thread Andreas Veithen
As part of the promotion of the Axis project to a top level project, we have decided to create separate mailing lists for Axis 1 and Axis2. For all Axis 1 related questions please subscribe and post to [email protected]. Thanks! Andreas On Sat, Jun 19, 2010 at 01:46, Nirmish Dholak

SSL communication problem with axis webservice client

2010-06-18 Thread Nirmish Dholakia
Hi Group, I need to use custom secure socket factory while communicating through axis client to use self signed certificate . But even if I set custom factory using System .setProperty("org.apache.axis.components.net.SocketFactory","myfactory") , default (i.e.JSSESocketFactory) only getting c

SSL communication problem with axis webservice client

2010-06-18 Thread Nirmish Dholakia
Hi Group, I need to use custom secure socket factory while communicating through axis client to use self signed certificate . But even if I set custom factory using System .setProperty("org.apache.axis.components.net.SocketFactory","myfactory") , default (i.e.JSSESocketFactory) only getting c