Re: SSL and WSDL2Java

2002-07-24 Thread Uwe Hanisch
> 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 provid

RE: SSL and WSDL2Java

2002-07-24 Thread St-Germain, Sylvain
This class seems to be in Java 1.4... -Original Message- From: Stocker, Walter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 4:42 AM To: [EMAIL PROTECTED] Subject: SSL and WSDL2Java Hello, i am currently implementig a webservice on an ssl-secured webserver. Now i have a pr