Can anyone point me in the right direction about how to disable server authentication when doing a soap call over https?
I need to do this on a per-call basis (not globally). Using tomcat 4.1.27. When doing POST over HTTPS, I just install my own TrustManager using the HttpsURLConnection object, but with soap, I don't see anyway to access this type of object to change the trust manager or the host verifier being used. Pat
