Client application connecting to weblogic works only with JDK 1.6
I get this error when running on anything less than 1.6.
java.rmi.RemoteException: SOAP Fault:javax.xml.rpc.soap.SOAPFaultException: Failed to send request
Detail:
<detail>
<bea_fault:stacktrace xmlns:bea_fault="http://www.bea.com/servers/wls70/webservice/fault/1.0.0">java.io.IOException: https unsupported: SSL implementation not available or not configured correctly.
at weblogic.webservice.client.NullSSLAdapter.createSocket(NullSSLAdapter.java:26)
But it works fine with JDK 1.6, meaning the default SSL implementation has changed in 1.6? Anyone have any ideas what has changed in 1.6 vs 1.5/1.4? I tried to read the release notes on JSSE but it does not seem to indicate anything. Any help would be great :)