> AxisFault
 >  faultString: java.lang.ClassNotFoundException:
 >               javax.net.ssl.SSLSocketFactory

Seems to me, that the javax.net.ssl package is missing in your
CLASSPATH. This class is part of JDK 1.4 respectively of JSSE
1.0.2 (jsse.jar).

Your iaik security provider should provide you with information
how to setup/install this provider in a non JDK 1.4 enviroment.

May be you have to add the jsse.jar from JSSE 1.0.2 to your
CLASSPATH.

Uwe

Reply via email to