Can anybody tell me if apache soap work with weblogic 7.0 as far as setting up the SSLSocketFactory correctly?

I noticed in SSLUtils that it does not get the SSLSocketFactory from an SSLContext but instead called SSLSocketFactory.getDefault() or some such and in my case the SocketImpl in Weblogic that gets created does not correctly have it's trusted certificates setup right.

Does Axis always use the SSLContext to get the SSLSocketFactory?

Reply via email to