Method not implemented when calling a WebService on Weblogic 10.3

前端 未结 2 1742
一个人的身影
一个人的身影 2021-01-22 09:08

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



        
2条回答
  •  时光说笑
    2021-01-22 09:34

    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.

提交回复
热议问题