Re: Axis client with SSL

2006-04-19 Thread Cyrille Le Clerc
Hello Xinjun, Did you look at the wiki ? http://wiki.apache.org/ws/FrontPage/Axis/AxisClientConfiguration/Ssl Did you try to use the org.apache.axis.components.net.SunFakeTrustSocketFactory ? Cyrille -- Cyrille Le Clerc [EMAIL PROTECTED] [EMAIL PROTECTED] On 4/17/06, Xinjun Chen <[

Re: Axis client with SSL

2006-04-17 Thread Xinjun Chen
Could anyone help me with that. I found that the stub client in fact does not work with HTTPS either. The SSLHandshakeException happens in the stub client too.     Regards, Xinjun     On 4/17/06, Xinjun Chen <[EMAIL PROTECTED]> wrote: I am trying to invoke a web service (TraderService) deployed i

Axis client with SSL

2006-04-16 Thread Xinjun Chen
I am trying to invoke a web service (TraderService) deployed in web logic server 8.1 using Axis client. It works fine whether I use stub or dynamic invocation. Then I try to invoke the service using HTTPS. I have already configured web logic server to enable HTTPS. I tried the stub client using HTT

How to authenticate server from axis client with SSL?

2005-10-05 Thread Bill Kuker
Hello, I have an Axis client connecting to a server using SSL. Everything works fine, but I can't figure out how to examine the server's certificate prior to sending data. This is similar to an earlier question I had, but the response seemed only to apply to Axis as a server; I hope that this one