WebService Client Generation Error with JDK8

后端 未结 23 2642
既然无缘
既然无缘 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:37

    This works on jdk1.8.0_65

    wsimport -J-Djavax.xml.accessExternalSchema=all -keep -verbose https://your webservice url?wsdl
    

提交回复
热议问题