Re: Axis client SSL

2004-11-25 Thread Lyndon Tiu
Thank you. Your suggestion worked! -- Lyndon Tiu Alex Karshakevich wrote: 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.ke

Re: Axis client SSL

2004-11-25 Thread Alex Karshakevich
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 syste

Axis client SSL

2004-11-25 Thread Lyndon Tiu
Hello, Can someone on this list kindly point me to some sample code on how to enable SSL in an Axis client. I know how to setup my servlet container (Tomcat 5) for SSL, now I am at a lost trying to make an Axis client talk to the SSL enabled Web Service. I believe there will be some custom codi

How to register an own SecureSocketFactory ? (for axis client ssl)

2003-02-20 Thread Peter Koch
hi, I'd like to register a custom SecureSocketFactory for the usage in the axis client. Is there a way to do this ? cheers, peter ps: working with beta 1.1 ps2: registering the own factory with: AxisProperties.setClassDefault(SecureSocketFactory.class, "MyFactory"); did not have an affec