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 123413

Summary: Enhance Web Services Manager to support non-wsdl based services
Product: webservices Reporter: Peter Liu <petertliu>
Component: RESTAssignee: Nam Nguyen <nnguyen>
Status: VERIFIED FIXED    
Severity: blocker Keywords: PLAN
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/wiki/view/EnhanceWebServicesManager
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 122928    
Bug Blocks: 122929    

Description Peter Liu 2007-12-05 01:53:38 UTC
Currently, we support non-wsdl based services such as google map and yahooNewsSearch using our REST component palette.
However, this is turning out to be confusing to users because of the web services manager node.  To eliminate the
confusion, we plan to do away with the component palette and move the functionality to the web services manager node. 
The enhancement will allow users to generated code to consume these services by simply DnD them onto any Java file
similar to how javaws client works.  This will unify the two approaches. Also, in the future, we can extend this to also
support code generation on javascript, php files.
Comment 1 Nam Nguyen 2007-12-08 01:09:09 UTC
Here is location of the one-page
http://wiki.netbeans.org/wiki/view/EnhanceWebServicesManager
At this time, it is a first draft.
Comment 2 Peter Liu 2008-03-10 23:39:59 UTC
Feature implemented in NB 6.1M2.
Comment 3 Lukas Jungmann 2008-03-22 22:53:45 UTC
v.