You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/03/31 07:43:45 UTC

[GitHub] [netbeans] asimonsy opened a new issue #3903: GUI: "Web Service References" Node in Client not working

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:
   ![image](https://user-images.githubusercontent.com/99656366/161002208-5d28ff0d-f8e7-4223-838e-6bf8424bf09b.png)
   
   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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists