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 210412 - Drag and drop from Web Services catalog is not doing anything
Summary: Drag and drop from Web Services catalog is not doing anything
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 09:32 UTC by Alexander Kouznetsov
Modified: 2015-05-04 13:27 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 Alexander Kouznetsov 2012-03-30 09:32:50 UTC
I opened Services tab, Web Services -> Twitter -> Twitter OAuth -> [notifications] -> [follow] -> [{id}.{format}] -> followById and dragged it into my java file. Nothing happened although cursor moved in the code several lines down.

Maybe some modules are missing. However there is no indication on what's wrong just nothing happens when I do drag and drop any of the web services.
Comment 1 Denis Anisimov 2012-04-04 11:20:27 UTC
This is not a bug.
DnD works only for SOAP webservices in the described way.
REST ws nodes are used in the IDE wizards. F.e. it is possible to generate 
RESTful Java client using IDE registered ( some node from Web Services node in 
the Services tab ).
Comment 2 Jan Stola 2015-05-04 13:27:33 UTC
DnD of a REST method from Services view into a .java file generates a call to this method by now => I am marking this issue as fixed.