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 154538

Summary: Can not create web service client in Java SE project
Product: ide Reporter: Petr Jiricka <pjiricka>
Component: Features On DemandAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Jiricka 2008-12-03 23:21:10 UTC
Ergonomics build #41:

1. Create a Java SE project
2. Go to new file wizard - Web Service Client is not present.

In Dev builds, this works correctly.
Comment 1 Jaroslav Tulach 2008-12-04 08:49:46 UTC
I guess this works in JavaSE download and needs to get fixed.
Comment 2 Jaroslav Tulach 2008-12-04 15:00:02 UTC
Actually I was wrong. Only modules websvc.jaxws21, websvc.jaxws21api,websvc.saas.codegen.java are part of the standard 
Java SE download and these modules don't have any UI. The UI is provided by some enterprise cluster modules. As such 
this seems exactly the same case as in issue 154339. Probably one of these two issues shall be closed as duplicate of 
the other.
Comment 3 Jaroslav Tulach 2008-12-07 11:33:30 UTC
950b482af109

*** This issue has been marked as a duplicate of 154539 ***