Can someone on this list kindly point me to some sample code on how to enable SSL in an Axis client.

Ususally this involves just changing the URL from http://... to https://..., no special programming needed. Only if you are using client certificates as well, you will need to set up some system properties(javax.net.ssl.keyStore, javax.net.ssl.keyStorePassword) to point to the location of your keystore.


Alex.

Reply via email to