lordpixel79 opened a new issue #3753:
URL: https://github.com/apache/netbeans/issues/3753
### Apache NetBeans version
Apache NetBeans 13
### What happened
I want to create web service from wsdl.
The wsdl is correct (same procedure works well on NB12.0 on jdk8 )
With Netbeans 13 , on a web maven project, i try to create web service from
wsdl.
New --> Web Services --> Web Service from WSDL
When i chose wsdl this message appear: "There is no port in specified WSDL
file" (i repeat same procedure on NB12.0 and JDK8 works fine).
There is also an exception ide:
java.lang.NoClassDefFoundError: Could not initialize class
com.sun.tools.ws.wscompile.Options$Target
at com.sun.tools.ws.wscompile.Options.<init>(Options.java:174)
at
com.sun.tools.ws.wscompile.WsimportOptions.<init>(WsimportOptions.java:84)
at
org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler.generateWsdlModel(WsdlModeler.java:172)
at
org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler.generateWsdlModel(WsdlModeler.java:168)
at
org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler.access$000(WsdlModeler.java:53)
at
org.netbeans.modules.websvc.api.jaxws.wsdlmodel.WsdlModeler$1.run(WsdlModeler.java:78)
at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
### How to reproduce
_No response_
### Did this work correctly in an earlier version?
Apache NetBeans 12.3 or earlier
### Operating System
Linux fedora
### JDK
Jdk 11
### Apache NetBeans packaging
Apache NetBeans binary zip
### Anything else
_No response_
### Are you willing to submit a pull request?
No
### Code of Conduct
Yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists