Mohammed, you could check/try the following to narrow down the problem:
1. Enable SSL logging by setting the system property java.security.debug=ssl. 2. Does your client recognize the certificate the server presents as part of the SSL handshake? 3. Try connecting to the webservice using your browser simply to test the SSL connectivity - if successful you can probably view the certificate the webservice server presented - check if the CA who signed it is known to your client software. 4. Does the webservice require client authentication and if so have you configured your end appropriately 5. You seem to use a 3rd party security provider (com.certicom....). Try the same with the standard Sun provider instead. Manuel PS: This problem has probably nothing to do with Axis -----Original Message----- From: Akacem Mohammed [mailto:[EMAIL PROTECTED] Sent: Friday, 26 September 2003 17:17 To: [EMAIL PROTECTED] Subject: IOException: Write Channel Closed, possible SSL handshaking or tr ust failure Hallo, I am trying to call a webservice through ssl and I am getting the following exception. I am able to initate to call without ssl. thanks for any idea Mohammed ....
