> [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&c2coff=1&q=%22Write+Channel+Closed%2C+possible+SSL+handshaking+or+trust+failure%22>
