Using multiple certificate for multiple ServiceClient connection

2009-08-25 Thread lekkie
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

How to disconnect from ServiceClient connection

2008-04-16 Thread lekkie
Hi guys, after sending a transaction with ServiceClient.sendreceive(OMElement); How can I break off this connection? I use Axis2 1.1.1. Rgds, -- View this message in context: http://www.nabble.com/How-to-disconnect-from-ServiceClient-connection-tp16721261p16721261.html Sent from the Axis