[Axis2] SOAP with HTTPS

2007-11-06 Thread Srikanth Muthyala
Hi, Part of project I am working on is to transmit some information using soap to the service running elsewhere. My app will be a client to this service. Currently its working fine using http. Next task is to do the same over https. We will be provided with customer's digital certificates. I

Re: [Axis2] SOAP with HTTPS

2007-11-06 Thread Deepal Jayasinghe
ServiceClient client = new ServiceClient(); Options opts = new Options(); opts.setAction("urn:divide"); client.setOptions(opts); System.setProperty("javax.net.ssl.keyStoreType", "JKS"); // key store password System.setProperty("javax.net.ssl.keyStorePa