This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 240669

Summary: Insert Code -> Call Web Service Operation: allow multiple selections
Product: webservices Reporter: catweasle <catweasle>
Component: ClientAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description catweasle 2014-01-19 16:31:04 UTC
I have this client from which I need to call 16 webservice methods.
I have to call add webservice 16 times, open the tree hierarchy 16 times, navigate down to the service and select them.
For each webservice a static method is added to my class.
Allowing multiple select would enable to do this in one click.
I can't understand why in the implementation of https://netbeans.org/bugzilla/show_bug.cgi?id=228295 the choice was made to restrict the selection rather than inserting all requested code.