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 - Insert Code -> Call Web Service Operation: allow multiple selections
Summary: Insert Code -> Call Web Service Operation: allow multiple selections
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-19 16:31 UTC by catweasle
Modified: 2014-01-19 16:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.