RE: Problems using SOAP with SSL

2001-10-24 Thread Ahmed Dinar
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.

Understanding the server side

2001-10-24 Thread Sebastian
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