I have to make a client to acces to a https webservice. But the server don't have a certificate. Are there anyway to trust the server without certificate using the Axis framework?
What I want to do, you can do in a clean https connection like -> In com.sun.net.ssl.HttpsURLConnection there are a setHostnameVerifier and then I can write my own HostnameVerifier with a verify method that returns true. Regards Jakob