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 100551 - Problem adding an operation from the Web Service References
Summary: Problem adding an operation from the Web Service References
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 23:49 UTC by prashantbhagat
Modified: 2007-05-18 19:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project that has this problem (47.56 KB, application/octet-stream)
2007-04-10 23:50 UTC, prashantbhagat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description prashantbhagat 2007-04-10 23:49:26 UTC
When an operation is dragged and droped form the Web Service References into 
an EJB implementing a web service, the @WebServiceRef tag is not getting added.

Steps to reproduce:
-Create and EJB
-Implement a Web Service for the EJB
-Add a "Web Service Client". Choose the option "Local File" to locate the WSDL
-Drag and drop an operation from the Web Service References
-Note that @WebServiceRef is missing
Comment 1 prashantbhagat 2007-04-10 23:50:33 UTC
Created attachment 40712 [details]
Project that has this problem
Comment 2 prashantbhagat 2007-05-18 19:54:51 UTC
The latest NB (070517) does not have this problem.