AXIS2 and JAX-WS how can I change the SSL handshaking ?

Posted by David Nouls on Stack Overflow See other posts from Stack Overflow or by David Nouls
Published on 2009-08-20T13:38:00Z Indexed on 2010/05/16 1:40 UTC
Read the original article Hit count: 306

Filed under:
|
|
|
|

I need to customize the SSL handshaking when calling a JAX-WS API on top of Axis2.

I find no reference at all on how to do this. With Metro I can set a custom SSLSocketFactory, but that uses a non standard API.

How do I get access to the Axis engine so that I can reconfigure it before sending a soap request ?

© Stack Overflow or respective owner

Related posts about java

Related posts about jax-ws