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 108470

Summary: need a way to browse Java API for generated web service interface
Product: webservices Reporter: billshannon <billshannon>
Component: CodeAssignee: bhate <bhate>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 105645    
Bug Blocks: 154046    

Description billshannon 2007-06-28 22:21:54 UTC
If I import a WSDL file and generate a web service client interface,
there seems to be no obvious way to browse the API of the generated
Java classes so that I can understand how to use the generated interface.
The only way I've figured out is to find the source code for the
generated classes and view each file in the editor.  What I'd really
like is some sort of javadoc-like interface to view the generated API.
Comment 1 Milan Kuchtiak 2008-11-10 12:41:26 UTC
The current ANT infrastructure doesn't allow this directly - without manual re-writing of javadoc task.
Comment 2 Milan Kuchtiak 2008-11-19 10:57:33 UTC
See the issue 120045.

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