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
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 {
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.
Title: using ssl with soap
does soap v2.2 suport open ssl .
thanks