Title: RE: Problems using SOAP with SSL
hi try this
try to instantiate SSLSocketfactory with jsse like this:
java.security.Security.insertProviderAt(new com.sun.net.ssl.internal.ssl.Provider(), 1) ;
System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.
Hello Everyone,
I am trying to modify Apache SOAP, so that it will be possible to use BEEP
as an alternative protocol to HTTP as a transport protocol.
So far I have written a (rudimentary) SOAPBEEPConnection to use instead of
the SOAPHTTPConnection. This works as yet only with a BEEP server that