RE: apache SOAP SSL

2002-01-11 Thread Ahmed Dinar
yes , after you recompile soap.jar with ant     -Message d'origine-De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Chistian LaceteraEnvoyé : vendredi 11 janvier 2002 15:44À : [EMAIL PROTECTED]Objet : Re: apache SOAP SSLSo i have to modify the class Call al

Re: apache SOAP SSL

2002-01-11 Thread Chistian Lacetera
So i have to modify the class 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.invok

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 clas