asimonsy opened a new issue #3903: URL: https://github.com/apache/netbeans/issues/3903
### Apache NetBeans version Apache NetBeans 13 ### What happened I created a little Hello World kind of SOAP web service (Ant Web Application project type) and deployed it on GlassFish server with NetBeans 13. Then I created a client (Ant Java Application project type) and added a web service client there. The WSDL was properly added. When I try to consume the web service I noticed that the "Web Service References" node is not properly shown:  I'd expected to be able to see the operation of the web service in the tree and drag&drop it to some Java class to automatically create the necessary code to consume the web service and its operation there. Do I miss something here? ### How to reproduce Create a SOAP web service with Ant Web Application project type and deploy it on a GlassFish Server. Create a Java application with Ant Java Application project type and add a web service client. See if the "Web Service References" node is properly shown in the client project. ### Did this work correctly in an earlier version? Apache NetBeans 12.3 or earlier ### Operating System Windows 10 ### JDK JDK 8 and 17 tried out as JDK of the projects ### Apache NetBeans packaging Apache NetBeans provided installer ### 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
