Hi Guys,

How can I use multiple certificates to send to soap request over ssl thru
different ServiceClients (different Webservices). Note that each
ServiceClient has unique certificate.


I already know its possible to do 

System.setProperty("javax.net.ssl.trustStore", keystore);
result = sender.sendReceive(request);


kr.




-- 
View this message in context: 
http://www.nabble.com/Using-multiple-certificate-for-multiple-ServiceClient-connection-tp25137404p25137404.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to