RE: apache SOAP SSL

2002-01-11 Thread Ahmed Dinar
Call also ???   Thanx for the info !   Ahmed Dinar wrote:   try this i had the same problem i changed the class SSLUtils  in the package package org.apache.soap.util.net; i passed the SSLSocketFactory to the class call on the method invoke like this resp = call.i

RE: apache SOAP SSL

2002-01-11 Thread Ahmed Dinar
Title: RE: apache SOAP SSL try this i had the same problem i changed the class SSLUtils  in the package package org.apache.soap.util.net; i passed the SSLSocketFactory to the class call on the method invoke like this resp = call.invoke(url, "", sf);      public class SSLUtils {

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.

using ssl with soap

2001-09-05 Thread Ahmed Dinar
Title: using ssl with soap does soap v2.2 suport open ssl . thanks