AXIS - dynamically choosing the client certificate for SSL Authentication.
prasad morkar <[email protected]> Wed, 23 Jan 2008 09:29:59 +0000 (GMT)
| Newsgroups | gmane.comp.jakarta.slide.devel |
|---|---|
| Message-ID | <[email protected]> |
--0-449183885-1201080599=:11369
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Hi!
I check the link http://wiki.apache.org/ws/FrontPage/Axis/DynamicSSLConfig for how to dynamically choosing the client certificate used for SSL Authentication from an Axis Client.
And I used it in my code to call different web services with diff Certificates,
But some of my web service uses proxy server and some dont.
I set the port and host before calll to webservice that uses proxy
System.setPropert(http.proxtHost,xx)
System.setPropert(http.proxtPort,xxxxx)
And I removed the properties for the webservice call which doent require proxy
System.getProperties().remove(http.proxyHost);
System.getProperties().remove(http.proxyPort);
But this is not working. Can you guide me on this?
Thanks and Regards
Prasad Morkar
---------------------------------
Did you know? You can CHAT without downloading messenger. Click here
--0-449183885-1201080599=:11369--