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

SSL and WSDL2Java

2002-07-24 Thread Stocker, Walter
Hello, i am currently implementig a webservice on an ssl-secured webserver. Now i have a problem when connecting to the webservice with the generated client files (from WSDL2Java). When invoking a method, i get the following exception: - Mapping Exception to AxisFault AxisFault faultCode: {http