Hi All! I'm working with a hardware soap-server, using Axis. The server accepts only SSL/TLS encrypted data on channel, and doesn't require any authentication, thus I have no any certificates. To disable ssl authentication I have to call SSLSocket.setEnabledCipherSuites() with list, whitch includes only DH_anon suites. As I work over wsdl-generated stubs, how can I get session socket?
Thank you in advance! Dmitriy.
