WebService Client Generation Error with JDK8

后端 未结 23 2638
既然无缘
既然无缘 2020-11-27 08:50

I need to consume a web service in my project. I use NetBeans so I right-clicked on my project and tried to add a new \"Web Service Client\". Last time I checked, this was t

23条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-27 09:33

    Not an actual answer but more as a reference.

    If you are using the jaxws Maven plugin and you get the same error message, add the mentioned property to the plugin configuration:

    ...
    
      org.jvnet.jax-ws-commons
      jaxws-maven-plugin
      2.3
      
        
        
            -Djavax.xml.accessExternalSchema=all
        
      
    
    

提交回复
热议问题