I have developed a Web Service Client to connect with a web service deployed on Weblogic 10.3. When trying to instantiate a client object always get the same exception
I got this exception when using an old WL client that did not override openConnection(URL u, Proxy p), and the weblogic handler sometimes was loaded first. Solution was to upgrade to newer WL version, with had that method overrided.