Hi Nelson, thanks for your reply. Yesterday I read somewhere that it is necessary to manually upgrade the JSSE support in the JVM to register the HTTPS protocol handler. I copied jsse.jar, jnet.jar and jcert.jar into JVM's jre/lib/ext directory and now my code works works with jdk 1.3.1 !!!
Yeah, you were right... this had nothing to do with axis. -Chethan -----Original Message----- From: Nelson Minar [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 5:53 PM To: [EMAIL PROTECTED] Cc: Makam, Chethan Subject: Re: Difference in java 1.4 and 1.3.1 for Web Services > [java] faultString: java.io.IOException: Write Channel Closed, possible SSL handshaking > or trust failure Well, that error looks like it has nothing to do with Axis itself. It looks like your SSL setup is failing. Does the problem go away if you don't use https:// URLs? I have in the back of my end that some of the root certificates distributed with old Java builds have expired. Maybe that's your problem? Another place to look is Google: <http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&c2cof f=1&q=%22Write+Channel+Closed%2C+possible+SSL+handshaking+or+trust+failu re%22>
