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
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
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