Title: RE: SSL support in Axis
Hi Oliver,
I normally invoke a Web service over a SSL secured Tomcat installation.
The code I use is straightforward, I only change the endpoint url to targer the SSL port.
Of course I specify the keystore location using standard VM arguments
Hi all
Currently, my Axis client invokes a secure webservice by setting the
according system properties like:
javax.net.ssl.trustStore
javax.net.ssl.trustStorePassword
I'm wondering whether it is supported to initialize the
javax.net.ssl.TrustManager and javax.net.ssl.KeyManager and set the
S